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 :: list recently updated packages arch 
Shell :: how to send desktop notification in ubuntu 
Shell :: git branch color terminal ubuntu 
Shell :: shrink terminal current directory 
Shell :: see pm2 logs 
Shell :: mongodb view users 
Shell :: full path of file linux 
Shell :: install bin on ubuntu 
Shell :: linux show copy progress 
Shell :: Testing your SSH connection with GitHub 
Shell :: git fetch specific branch 
Shell :: read password bash 
Shell :: how to install webhint globally 
Shell :: rostopic bag file to csv 
Shell :: my comment on githbu isues 
Shell :: pnpm install nextUI 
Shell :: date linux show millis 
Shell :: download post it for ubuntu 
Shell :: remove all stopped containers 
Shell :: git get commit id 
Shell :: latex markdown github 
Shell :: fayl yaratish cmd 
Shell :: microstack change dashboard port 
Shell :: linux ls directories only 
Shell :: date linux minus 1 day 
Shell :: google drive linux 
Shell :: add webhook to all github repos 
Shell :: how to commit single / multiple file in git 
Shell :: downooad sublime in linux mint using terminal 
Shell :: linux check user group list 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =