rpm: bold my priorities

This commit is contained in:
Mikaela Suomalainen 2012-12-09 14:21:17 +02:00
parent 8bbd8c7095
commit 36df317a7f
2 changed files with 4 additions and 4 deletions

View File

@ -46,9 +46,9 @@ enabled=1</code></pre>
<pre><code>priority=X</code></pre> <pre><code>priority=X</code></pre>
<p>to end of every section where X is replaced with actual priority.</p> <p>to end of every section where X is replaced with actual priority.</p>
<p><a href="http://wiki.centos.org/PackageManagement/Yum/Priorities">CentOS wiki</a> suggests the following priorities:</p> <p><a href="http://wiki.centos.org/PackageManagement/Yum/Priorities">CentOS wiki</a> suggests the following priorities:</p>
<p>CentOS-Base: everything is priority=1 except contrib priority=2</p> <p>CentOS-Base/default repositories: everything is priority=1 except contrib priority=2</p>
<p>Third party repositories (EPEL,rpmforge) should be &gt; 10 and other should be more preferred than other. I used</p> <p>Third party repositories (EPEL,rpmforge) should be &gt; 10 and other should be more preferred than other. I used</p>
<p>epel 10 rpmforge 11 rpmfusion 12 livna 12 (Livna provides only libdvdcss and other packages have been moved to rpmfusion.)</p> <p><strong>epel 10 rpmforge 11 rpmfusion 12 livna 12</strong> (Livna provides only libdvdcss and other packages have been moved to rpmfusion.)</p>
<p>Now you should be able to safely run &quot;yum check-update&quot; and &quot;yum update&quot; or &quot;yum upgrade&quot;.</p> <p>Now you should be able to safely run &quot;yum check-update&quot; and &quot;yum update&quot; or &quot;yum upgrade&quot;.</p>
<p>If you have installed Fedora from Live-CD you probably want to instll LibreOffice with</p> <p>If you have installed Fedora from Live-CD you probably want to instll LibreOffice with</p>
<pre><code>yum groupinstall office</code></pre> <pre><code>yum groupinstall office</code></pre>

View File

@ -93,11 +93,11 @@ to end of every section where X is replaced with actual priority.
[CentOS wiki](http://wiki.centos.org/PackageManagement/Yum/Priorities) suggests the following priorities: [CentOS wiki](http://wiki.centos.org/PackageManagement/Yum/Priorities) suggests the following priorities:
CentOS-Base: everything is priority=1 except contrib priority=2 CentOS-Base/default repositories: everything is priority=1 except contrib priority=2
Third party repositories (EPEL,rpmforge) should be > 10 and other should be more preferred than other. I used Third party repositories (EPEL,rpmforge) should be > 10 and other should be more preferred than other. I used
epel 10 rpmforge 11 rpmfusion 12 livna 12 (Livna provides only libdvdcss and other packages have been moved to rpmfusion.) <strong>epel 10 rpmforge 11 rpmfusion 12 livna 12</strong> (Livna provides only libdvdcss and other packages have been moved to rpmfusion.)
Now you should be able to safely run "yum check-update" and "yum update" or "yum upgrade". Now you should be able to safely run "yum check-update" and "yum update" or "yum upgrade".