quick-docs/modules/ROOT/pages/installing-and-running-vlc.adoc

44 lines
740 B
Text
Raw Normal View History

= Installing and Running VLC
Lyle Corman ; Ankur Sinha
:revnumber: unspecified
:revdate: 2019
:category: Software installation
2023-08-28 20:44:35 +00:00
:tags: How-to, Multimedia, VLC
//:page-aliases:
2018-07-27 14:38:30 +00:00
:experimental:
//:imagesdir: ./images
2019-03-21 09:17:03 +00:00
2018-07-27 14:38:30 +00:00
== Installing VLC
* Install VLC:
+
[source,]
----
$ sudo dnf install vlc
----
== Running VLC
* To run the VLC media player using GUI:
+
--
. Open the launcher by pressing the _Super_ key.
. Type _vlc_.
. Press _Enter_.
--
* To run VLC from the command line:
+
[subs="quotes"]
----
$ vlc _source_
----
+
Replace _source_ with path to the file to be played, URL, or other data source. For more details, see link:https://wiki.videolan.org/Documentation:Command_line/#Opening_streams[Opening streams] on VideoLAN wiki.
2018-07-27 14:38:30 +00:00