Here is how to install VLC in Ubuntu using terminal; install VLC Ubuntu 20.04 terminal, Ubuntu 22.04 and Ubuntu 22.10.
Install VLC Media Player via PPA on Ubuntu 22.10
Ubuntu users can install the latest VLC 3.0.18 (and various required dependencies) for Xenial & newer.
Run the following commands to install the latest VLC Media Player via PPA on Ubuntu 22.10 and other Ubuntu Systems:
sudo add-apt-repository ppa:savoury1/ffmpeg4sudo add-apt-repository ppa:savoury1/vlc3sudo apt-get updatesudo apt-get install vlc
For all latest dependencies (beyond minimum needed for VLC and FFmpeg), run the following commands:
sudo add-apt-repository ppa:savoury1/graphicssudo add-apt-repository ppa:savoury1/multimediasudo add-apt-repository ppa:savoury1/ffmpeg4sudo add-apt-repository ppa:savoury1/vlc3sudo apt-get updatesudo apt-get upgrade && sudo apt-get dist-upgradesudo apt-get install vlc
Users can also install the VLC media player official Snap package store.
