ການຕິດຕັ້ງ ແລະ ການນຳໃຊ້ VLC

Lyle Corman, Ankur Sinha Version unspecified Last review: 2026-08-03

ການຕິດຕັ້ງ 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.

ການນຳໃຊ້ VLC

  • ເພື່ອເປີດໃຊ້ງານເຄື່ອງຫຼິ້ນສື່ VLC ຜ່ານ GUI:

    1. ເປີດຕົວເອີ້ນໃຊ້ງານໂດຍການກົດປຸ່ມ Super.

    2. ພິມ vlc.

    3. ກົດປຸ່ມ Enter.

  • ເພື່ອເປີດໃຊ້ງານ VLC ຜ່ານ command line:

    $ 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.