Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

purge a software linux

# List out all software installed on the machine
dpkg --list

# remove the software you want using the following command 
sudo apt-get --purge remove NAME_SOFTWARE
# e.g.
sudo apt-get --purge remove gimp
 
PREVIOUS NEXT
Tagged: #purge #software #linux
ADD COMMENT
Topic
Name
1+8 =