Skip to content

Instantly share code, notes, and snippets.

@codedeep79
Last active September 4, 2022 00:32
Show Gist options
  • Select an option

  • Save codedeep79/367a32ef59fa87c8102ae8a1df336535 to your computer and use it in GitHub Desktop.

Select an option

Save codedeep79/367a32ef59fa87c8102ae8a1df336535 to your computer and use it in GitHub Desktop.
Install VLC on Debian 11 Bullseye Linux

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment