mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
25 lines
886 B
Text
25 lines
886 B
Text
[[installing-vlc]]
|
|
= Installing VLC
|
|
|
|
To install the link:https://www.videolan.org/[VLC media player], you must enable a third-party repository from link:https://rpmfusion.org/[RPM Fusion].
|
|
|
|
. Install package provided by RPM Fusion to enable the repository:
|
|
+
|
|
----
|
|
$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
|
----
|
|
|
|
. Install VLC:
|
|
+
|
|
----
|
|
$ sudo dnf install vlc
|
|
----
|
|
|
|
[discrete]
|
|
== Additional resources
|
|
|
|
* link:https://www.videolan.org/vlc/download-fedora.html[VLC Media Player for Fedora].
|
|
|
|
* Ask Fedora: link:https://ask.fedoraproject.org/en/question/9111/sticky-what-plugins-do-i-need-to-install-to-watch-movies-and-listen-to-music/[What plugins do I need to install to watch movies and listen to music?]
|
|
|
|
// * link:http://ask.fedoraproject.org/en/question/98715/install-vlc-on-fedora-25/[Install VLC on Fedora 25]
|