Menginstal dan Menjalankan VLC
Lyle Corman, Ankur Sinha
Version unspecified
Last review: 2026-08-03
Menginstal VLC
VLC depends on codecs that Fedora cannot ship by default due to licensing restrictions. Enable the RPM Fusion repositories first:
$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
$ sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
Then install VLC:
$ sudo dnf install vlc
| Without RPM Fusion enabled, VLC still installs and runs, but many common video formats (H.264, HEVC, and others) will fail to play due to missing codec plugins. |
Menjalankan VLC
-
Untuk menjalankan pemutar media VLC menggunakan antarmuka grafis (GUI):
-
Buka peluncur dengan menekan tombol Super.
-
Ketik vlc.
-
Tekan Enter.
-
-
Untuk menjalankan VLC dari baris perintah:
$ vlc <source>Replace <source> with path to the file to be played, URL, or other data source. For more details, see Opening streams on VideoLAN wiki.
Want to help? Learn how to contribute to Fedora Docs ›