quick-docs/modules/ROOT/pages/installing-and-running-vlc.adoc
2023-12-15 17:25:18 -05:00

740 B

Installing VLC

  • Install VLC:

    $ sudo dnf install vlc

Running VLC

  • To run the VLC media player using GUI:

    1. Open the launcher by pressing the Super key.

    2. Type vlc.

    3. Press Enter.

  • To run VLC from the 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.