mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
fix previous commit
This commit is contained in:
parent
1674ea5537
commit
612ec53c3c
@ -109,8 +109,21 @@ Provides libdvdcss for watching DVDs
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<h3 id="terminal-enabling">Terminal enabling</h3>
|
||||||
<h3 id="priorities">Priorities</h3>
|
<p>This is faster than the GUI method</p>
|
||||||
|
<h3 id="fedora">Fedora</h3>
|
||||||
|
<pre><code>echo "Adobe doesn't provide direct download link for the package :("
|
||||||
|
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
|
||||||
|
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
|
||||||
|
rpm -ivh http://rpm.livna.org/livna-release.rpm</code></pre>
|
||||||
|
<h3 id="centos">CentOS</h3>
|
||||||
|
<pre><code>echo "Adobe doesn't provide direct download link for the package :("
|
||||||
|
rpm -ivh http://download.fedoraproject.org/pub/epel/<RELEASE>/i386/repoview/epel-release.html # replace <release> with CentOS / RedHat version. For example: 5 or 6 NOT 6.X or 5.X!
|
||||||
|
rpm -ivh http://download1.rpmfusion.org/free/el/updates/<RELEASE>/i386/rpmfusion-free-release-<RELEASE>-1.noarch.rpm # Read the comment on line above
|
||||||
|
rpm -ivh http://download1.rpmfusion.org/nonfree/el/updates/<RELEASE>/i386/rpmfusion-nonfree-release-<RELEASE>-1.noarch.rpm # The line two lines above tells you what to do...
|
||||||
|
rpm -ivh http://rpm.livna.org/livna-release.rpm
|
||||||
|
rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el<RELEASE>.rf.<ARCH>.rpm # Replace <RELEASE> with CentOS version (examples some lines above) and <ARCH> with i686 or x86_64</code></pre>
|
||||||
|
<h2 id="priorities">Priorities</h2>
|
||||||
<p>Prevent repositories from conflicting each other:</p>
|
<p>Prevent repositories from conflicting each other:</p>
|
||||||
<pre><code>yum install yum-plugin-priorities</code></pre>
|
<pre><code>yum install yum-plugin-priorities</code></pre>
|
||||||
<p>Ensure that it's enabled!</p>
|
<p>Ensure that it's enabled!</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user