Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to uninstall app from terminal ubuntu

$ sudo apt-get remove --purge <app name>
Comment

Uninstall Applications in ubuntu through the Command Line

# The apt-get remove command removes a software from your system but keeps the 
# configuration files and any plugins and settings that you might have installed later. 
# This helps in keeping the same settings when you want to reinstall the software.

# Run the following command as sudo in order to remove a software;
	==> sudo apt-get remove package-name
    
# The apt-get remove command removes a software from your system but keeps the 
# configuration files and any plugins and settings that you might have installed later.
# This helps in keeping the same settings when you want to reinstall the software.

# Run the following command as sudo in order to remove a software;
	==> sudo apt-get purge package-name

// With love @kouqhar
Comment

PREVIOUS NEXT
Code Example
Shell :: shell script or condition 
Shell :: pem to crt 
Shell :: how to change the web default browser in linux 
Shell :: hw to login to git 
Shell :: microsoft store installation location 
Shell :: how to install as dev dependency 
Shell :: docker prune 
Shell :: move a file in git 
Shell :: liburcu ubuntu install 
Shell :: linux change azert 
Shell :: turn redis off 
Shell :: do not install puppeteer 
Shell :: comment in shell script 
Shell :: linux redirect everything (stdout and stderr) to file 
Shell :: brew mac 
Shell :: Unsupported file ./google-chrome-stable_current_amd64.deb kali 
Shell :: ubuntu install brave 
Shell :: Installing the virtualenv module 
Shell :: ngrok command 80 not found 
Shell :: discard all changes git 
Shell :: hoe to install LAMP on ubuntu 
Shell :: bash terminal function display all arguments 
Shell :: migrate has no installation candidate 
Shell :: add dnf repo command 
Shell :: git diff how to exit 
Shell :: creating a branch in git 
Shell :: ssh server freebsd 
Shell :: how to install jupyter in excel 
Shell :: delete tag beautifulsoup 
Shell :: bash create file specific size 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =