There are two methods for manually installing VLC media player in any Linux distro. They include;
1. APT packages which is being shown in this video.
2. Snap packages. (This will be done in another separate video).
The commands used to install VLC Media Player are
1. sudo apt update - This command ensures that your package repositories are up to date and working
2. sudo apt install vlc
Open VLC and read terms and policies and accept
When uninstalling vlc type the following command
3. sudo apt remove vlc