Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uninstall vlc from terminal

sudo apt-get remove vlc
Comment

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
Comment

uninstall vlc from terminal

sudo apt-get remove <programe name>
Comment

PREVIOUS NEXT
Code Example
Shell :: bash cd root permission denied 
Shell :: bash echo each line 
Shell :: zsh for 
Shell :: how to create a shortcut in ubuntu 
Shell :: grep pattern options 
Shell :: btop++ on ubuntu 
Shell :: bash list files for user 
Shell :: terminal multiple commands 
Shell :: aws instance agent installation on command line (cloudwatchlogs) 
Shell :: how to delete remote file locally on git 
Shell :: regex final word 
Shell :: git create branch without initial commit 
Shell :: add unity project to github 
Shell :: viu linux 
Shell :: image crop and center linux 
Shell :: hyper terminal 
Shell :: How to download torrents from the command-line on Linux 
Shell :: git clone with branch name command 
Shell :: teleport in vue 
Shell :: how to access the local machine using WSL 
Shell :: git liste branches 
Shell :: undo pushed commit 
Shell :: git merge conflict resolve 
Shell :: How to commit the code to the github 
Shell :: scp command 
Shell :: vim delete word without yank 
Shell :: no devices connected android studio 
Shell :: aws s3 change bucket region 
Shell :: remove a non empty directory 
Shell :: how to install macos from usb 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =