Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #uninstall #vlc #ubuntu
ADD COMMENT
Topic
Name
3+9 =