Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to delete a package in ubuntu

sudo apt-get --purge remove [package]
Comment

uninstall package ubuntu

sudo apt remove <package name>
Comment

remove a package ubuntu

sudo dpkg --purge rvm <package_name>
Comment

remove package manually ubuntu

sudo dpkg --remove --force-remove-reinstreq package_name
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install slack in ubuntu 
Shell :: check folders sizes linux 
Shell :: install discord in linux 
Shell :: check if variable is a number in bash 
Shell :: how to get powers 
Shell :: git ignore .pyc files 
Shell :: bash: tree: command not found... centos7 
Shell :: linux get current user 
Shell :: bz2 unzip 
Shell :: vim cant open file for writing 
Shell :: linux run apk 
Shell :: uninstall cv2 in pi 
Shell :: git ignore users permissions 
Shell :: install heroku 
Shell :: snap list installed 
Shell :: git username and password in terminal 
Shell :: choco install watchman 
Shell :: git commit and push command 
Shell :: create anaconda environment in shell 
Shell :: schedule shell script mac 
Shell :: git show get commit message 
Shell :: open folder in gui from terminal linux 
Shell :: amazon linux install ssm agent 
Shell :: git checkout new branch 
Shell :: install mariadb amazon linux 2 
Shell :: install xampp on Linux 
Shell :: git checkout branch from remote to local 
Shell :: Error: EACCES: permission denied, mkdtemp linux ubuntu 
Shell :: install taggit 
Shell :: aws-sdk npm 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =