Fix notes for Install Groups

This commit is contained in:
Svetlana Maleeva 2022-01-19 17:02:41 +03:00
parent e08cfcc313
commit 15971a815f
2 changed files with 8 additions and 8 deletions

View File

@ -154,7 +154,7 @@ echo "deb http://nginx.org/packages/ubuntu/ focal nginx" | tee /etc/apt/sources.
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<p>After that add the proper repository containing the Mono 6.8 package.</p>
<pre><code>echo "deb http://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code>Conflicting distribution: http://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease (expected stable-focal/snapshots/6.8.0.123 but got focal)</code></p></div>
<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code>Conflicting distribution: https://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/6.8.0.123 InRelease (expected stable-bionic/snapshots/6.8.0.123 but got bionic)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>
@ -201,7 +201,7 @@ echo "deb http://nginx.org/packages/ubuntu/ bionic nginx" | tee /etc/apt/sources
<pre><code>echo "deb http://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<p>Add the GPG key:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<%--<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code> Conflicting distribution: http://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease (expected stable-focal/snapshots/6.8.0.123 but got focal)</code></p></div>--%>
<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code>Conflicting distribution: https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease (expected stable-buster/snapshots/6.8.0.123 but got buster)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>
@ -256,7 +256,7 @@ dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<pre><code>echo "deb http://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<p>Add the GPG key:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<%--<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code> Conflicting distribution: http://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease (expected stable-focal/snapshots/6.8.0.123 but got focal)</code></p></div>--%>
<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code>Conflicting distribution: https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease (expected stable-buster/snapshots/6.8.0.123 but got buster)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>
@ -311,7 +311,7 @@ dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<pre><code>echo "deb http://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<p>Add the GPG key:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<%--<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code> Conflicting distribution: http://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease (expected stable-focal/snapshots/6.8.0.123 but got focal)</code></p></div>--%>
<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code>Conflicting distribution: https://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 InRelease (expected stable-stretch/snapshots/6.8.0.123 but got stretch)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>

View File

@ -155,7 +155,7 @@ echo "deb http://nginx.org/packages/ubuntu/ focal nginx" | tee /etc/apt/sources.
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<p>После этого добавьте нужный репозиторий.</p>
<pre><code>echo "deb http://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<div class="notehelp">при выполнении команды apt-get update вы получите предупреждение, его можно игнорировать:<p><code>Conflicting distribution: http://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease (expected stable-focal/snapshots/6.8.0.123 but got focal)</code></p></div>
<div class="notehelp">при выполнении команды apt-get update вы получите предупреждение, его можно игнорировать:<p><code>Conflicting distribution: https://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/6.8.0.123 InRelease (expected stable-bionic/snapshots/6.8.0.123 but got bionic)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>
@ -202,7 +202,7 @@ echo "deb http://nginx.org/packages/ubuntu/ bionic nginx" | tee /etc/apt/sources
<pre><code>echo "deb http://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<p>Добавьте GPG-ключ:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<%--<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code> Conflicting distribution: http://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease (expected stable-focal/snapshots/6.8.0.123 but got focal)</code></p></div>--%>
<div class="notehelp">при выполнении команды <code>apt-get update</code> вы получите предупреждение, его можно игнорировать:<p><code>Conflicting distribution: https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease (expected stable-buster/snapshots/6.8.0.123 but got buster)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>
@ -257,7 +257,7 @@ dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<pre><code>echo "deb http://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<p>Добавьте GPG-ключ:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<%--<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code> Conflicting distribution: http://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease (expected stable-focal/snapshots/6.8.0.123 but got focal)</code></p></div>--%>
<div class="notehelp">при выполнении команды <code>apt-get update</code> вы получите предупреждение, его можно игнорировать:<p><code>Conflicting distribution: https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease (expected stable-buster/snapshots/6.8.0.123 but got buster)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>
@ -312,7 +312,7 @@ dpkg -i mysql-apt-config_0.8.15-1_all.deb</code></pre>
<pre><code>echo "deb http://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 main" | tee /etc/apt/sources.list.d/mono-official.list</code></pre>
<p>Добавьте GPG-ключ:</p>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Server/Common/CommandList/Linux/CommandsForPage/AddMonoGPGKey/AddMonoGPGKeyDEB.ascx" />
<%--<div class="notehelp">youll get a warning when running <code>apt-get update</code>, it can be ignored:<p><code> Conflicting distribution: http://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease (expected stable-focal/snapshots/6.8.0.123 but got focal)</code></p></div>--%>
<div class="notehelp">при выполнении команды <code>apt-get update</code> вы получите предупреждение, его можно игнорировать:<p><code>Conflicting distribution: https://download.mono-project.com/repo/debian stable-stretch/snapshots/6.8.0.123 InRelease (expected stable-stretch/snapshots/6.8.0.123 but got stretch)</code></p></div>
<pre><code>sudo apt-get update</code></pre>
<pre><code>sudo apt-get install mono-complete</code></pre>