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 :: forever run python script 
Shell :: visualize git tree branches in repo 
Shell :: pip silent install 
Shell :: dpkg: error processing package gitweb (--configure): installed gitweb package post-instal 
Shell :: jq to windows 
Shell :: centos install wget 
Shell :: linux ls order by size 
Shell :: download wine for ubuntu 
Shell :: can linux terminal crash 
Shell :: sudo command without giving password 
Shell :: disable pre commit hook 
Shell :: shell shortcuts 
Shell :: uninstall vscode completely windows 10 
Shell :: vboxmanage export vm to ova 
Shell :: force delete a branch in git 
Shell :: install module to current directory pip 
Shell :: aws ec2 swap 
Shell :: clone project from specific branch 
Shell :: bash print line if column value is in column of another file 
Shell :: python pip upgrade 
Shell :: restart sql server ubuntu 
Shell :: uninstall django 
Shell :: start hostednetwork 
Shell :: install bunjs 
Shell :: kill task cmd 
Shell :: cdo mean of multiple files 
Shell :: jq install bash 
Shell :: chrome ubuntu 
Shell :: django load data from json file 
Shell :: run powershell script at startup 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =