Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove app ubuntu terminal

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

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 :: ubuntu black screen on screen share 
Shell :: mac os check network ip 
Shell :: linux filter specific group with cat and grep 
Shell :: macbook how to reset launchpad 
Shell :: ubuntn nginx restart 
Shell :: amplify cli delete app command 
Shell :: build-essential arch 
Shell :: uninstall in linux 
Shell :: emacs ubuntu install 
Shell :: xcode clean derived data command line 
Shell :: Cannot retrieve metalink for repository: epel/i386. Please verify its path and try again 
Shell :: docker remove logs 
Shell :: how to uninstall aws cli 
Shell :: save git username and password 
Shell :: fix dual boot time ubuntu 
Shell :: docker-compose install in centos 7 
Shell :: how to install lol 
Shell :: git remote chage url 
Shell :: htaccess all requests goes to index.php 
Shell :: command line weather 
Shell :: clean cache in linux 
Shell :: how to uninstall pycharm professional in ubuntu 16.04 
Shell :: make file executable linux 
Shell :: visual studio code for ubuntu 20.04 
Shell :: powershell wait 5 seconds 
Shell :: configure aws cli on linux 
Shell :: bash write to file specific line 
Shell :: why is merge removing gitingore 
Shell :: start ubuntu hotspot from terminal 
Shell :: cmake version comand 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =