Run System update sudo apt update Install VLC on Debian 11 Bullseye sudo apt install vlc -y Uninstall VLC using APT sudo apt remove --purge vlc -y sudo apt autoremove -y