Answers for "how to uninstall vlc in ubuntu"

1

uninstall vlc from terminal

sudo apt-get remove vlc
Posted by: Guest on August-18-2021
0

how to uninstall vlc in ubuntu

sudo apt-get remove vlc
sudo apt-get autoremove
# sudo apt-get -s autoremove (to do a dry run if you're not sure)

# OR 

sudo apt-get --purge
Posted by: Guest on January-15-2022
0

uninstall vlc from terminal

sudo apt-get remove <programe name>
Posted by: Guest on August-18-2021

Code answers related to "how to uninstall vlc in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language