Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

how to remove a software from linux

# use this for centos
sudo yum remove [pkg_name]
Comment

PREVIOUS NEXT
Code Example
Shell :: bash remove trailing whitespace from every line 
Shell :: git move branch to previous commit 
Shell :: uninstall utorrent buntu 
Shell :: Contact the upstream for the repository and get them to fix the problem. 
Shell :: helm cheat sheet 
Shell :: docker-compose logs path 
Shell :: make pm2 auto-boot at server restart 
Shell :: git remove submodule keep files 
Shell :: raspberry clear cache 
Shell :: git bash terminal weird characters 
Shell :: netlify cli 
Shell :: instal kdenlive 
Shell :: composer add git repository 
Shell :: pyenv install latest version 
Shell :: make changes to a previous commit 
Shell :: kubernetes get statefulset 
Shell :: add anaconda to git bash 
Shell :: arch linux c# install 
Shell :: git stash save untracked 
Shell :: Docker - Container is not running 
Shell :: ssh login 
Shell :: putty for ubuntu 
Shell :: letsencrypt wildcard certificate certbot 
Shell :: cloning repository github 
Shell :: how to use compress zip cli linux 
Shell :: install rider ubuntu 
Shell :: concatenate in bash the output of two commands 
Shell :: bash set var if not set 
Shell :: gitignore exclude folder 
Shell :: cisco anyconnect download for ubuntu 18.04 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =