How to install VLC Media player on Ubuntu in CLI

About Linux
Published on Sep, 15 2024 1 min read 0 comments
image

VLC media player (previously the VideoLAN Client and commonly known as simply VLC) is a free and open-source portable cross-platform media player software and streaming media server developed by the VideoLAN project. VLC is available for desktop operating systems and mobile platforms, such as Android, iOS, iPadOS, Tizen, Windows 10 Mobile and Windows Phone. VLC is also available on digital distribution platforms such as Apple's App Store, Google Play and Microsoft Store.


VLC supports many audio and video compression methods and file formats, including DVD-Video, video CD and streaming protocols. It is able to stream media over computer networks and to transcode multimedia files. Wikipedia


VLC media player Installation Process:
Here I install Sublime Text using apt. 

Step - 1: Update apt package repo.

sudo apt update

It will take few moment to complete apt package repo update.  

Step - 2: Now you can install VLC media player using apt install commend.

sudo apt install -y vlc

After few moment the installation process will complete.

Now you can use VLC media player.

 

 

 

 

0 Comments