Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete package on linux

sudo apt-get purge --auto-remove packagename
Comment

debian uninstall package

sudo dpkg --remove <package-name>
Comment

linux uninstall package

sudo apt-get remove <package name here>
Comment

how to remove package files in linux

tar xvf 1.3.2.tar.gz
Comment

how to remove package files in linux

sudo nano /etc/postfix/main.cf
Comment

PREVIOUS NEXT
Code Example
Shell :: docker ls in dockerfile 
Shell :: copy ssh keys to remote server windows 10 openSSH 
Shell :: git see stash 
Shell :: heroku install classic 
Shell :: hibernate ubuntu 
Shell :: batch substring 
Shell :: open wsl folder in windows explorer 
Shell :: Failed to connect to github.com port 443: Connection refused 
Shell :: git commit no message 
Shell :: ls human readable file size 
Shell :: ubuntu uninstall mosquitto 
Shell :: how to know the wifi password on windows 10 
Shell :: how to check for angular cli version 
Shell :: unable to create process using 
Shell :: linux install doxygen 
Shell :: set go111module= on ubuntu 20.04 
Shell :: gpu name command line linux 
Shell :: rename a commit pushed 
Shell :: check bash version 
Shell :: find files created in last 20 days 
Shell :: how to upgrade docker-compose to latest version 
Shell :: pip command not found macos 
Shell :: how to setup git password 
Shell :: brew xampp 
Shell :: ffmpeg increase volume 
Shell :: python install scikit learn 
Shell :: snapd install 
Shell :: how to get list of files in zip linux 
Shell :: linux diff two folder recursively 
Shell :: conda install cufflinks 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =