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/ffmpeg4
sudo add-apt-repository ppa:savoury1/vlc3
sudo apt-get update
sudo 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/graphics
sudo add-apt-repository ppa:savoury1/multimedia
sudo add-apt-repository ppa:savoury1/ffmpeg4
sudo add-apt-repository ppa:savoury1/vlc3
sudo apt-get update
sudo apt-get upgrade && sudo apt-get dist-upgrade
sudo apt-get install vlc
Users can also install the VLC media player official Snap package store.