Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • VideoLAN.org/websites
  • Freso/websites
  • ePirat/websites
  • DimStar77/websites
  • lemourin/websites
  • kwizart/websites
  • cmassiot/websites
  • fcartegnie/websites
  • mfkl/websites
  • chouquette/websites
  • maybesamuel43/websites
  • xslidian/websites
  • realRojSerbest/websites
  • Aza/websites
  • azchohfi/websites
  • VegaMex/websites
  • m/websites
  • fkuehne/websites
  • Roman-Gemini95/websites
  • Jamesguru/websites
  • dillmo71/websites
  • anodsaod/websites
  • jill/websites
  • Garf/websites
  • atas70835/websites
  • mahdiabdolahi01234/websites
  • pbo-linaro/websites
  • OctopusET/websites
28 results
Show changes
Commits on Source (6)
<?php
$title = "VLC media player for Red Hat Linux";
$title = "VLC media player for Red Hat Enterprise Linux";
$new_design = true;
$lang = "en";
$menu = array( "vlc", "download" );
......@@ -45,16 +45,35 @@ You can also use this repository from distribution derived from <a href="https:/
<p>Please report "packaging bugs" on <a href="https://bugzilla.rpmfusion.org/">Bugzilla - RPM Fusion</a></p>
<h2>RHEL/CentOS 8</h2>
<p>Use <a href="https://rpmfusion.org/Configuration/">RPM Fusion</a> for EL8. Available for x86_64, aarch64 and ppc64le<br />
<p>This repository uses <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>
<p>The vlc-3.0x branch will be provided for EL8 (Work in Progress)<br/>
Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm">rpmfusion-free-release-8.noarch.rpm</a> for EL8.</p>
<pre>
$> su -
#> yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
#> yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
#> yum install vlc
#> yum install vlc-core (for minimal headless/server install)
#> yum install python-vlc (optionals)
</pre>
<h2>RHEL/CentOS/SL 7</h2>
<p>Use <a href="https://rpmfusion.org/Configuration/">RPM Fusion</a> for EL7. Only available for x86_64.<br />
<p>This repository uses <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>. Please verify to enable the "optionals" and "extras" channels for RHN subscriptions.<br/>
<p>The vlc-2.2x branch is provided for EL7<br/>
<p>The vlc-3.0x branch is provided for EL7<br/>
Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm">rpmfusion-free-release-stable.noarch.rpm</a> for EL7.</p>
Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm">rpmfusion-free-release-7.noarch.rpm</a> for EL7.</p>
<pre>
$> su -
#> subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" # Only needed for RHEL
#> yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
#> yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
#> yum install vlc
......@@ -69,7 +88,7 @@ Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-
<p>This repository uses <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>. Please verify to enable the "optionals" channel for RHN subscriptions.<br/>
<p>The vlc-2.0x branch is provided for EL6<br/>
Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-6.noarch.rpm">rpmfusion-free-release-stable.noarch.rpm</a> for EL6.</p>
Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-6.noarch.rpm">rpmfusion-free-release-6.noarch.rpm</a> for EL6.</p>
<pre>
$> su -
......@@ -85,6 +104,13 @@ Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-
To play DVD, you need to install the libdvdcss package.</p>
This can be done using the RPM Fusion free tainted repository:</p>
<pre>
$> su -
#> yum install rpmfusion-free-release-tainted
#> yum install libdvdcss
</pre>
<?php panel_end(); ?>
<br />
......