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 change timezone in ubuntu 
Shell :: how to install and enable docker on command line with EC2 instance 
Shell :: brew list services 
Shell :: remove all cache ubuntu 
Shell :: centos install vim 
Shell :: how to remove an apt repository 
Shell :: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application. 
Shell :: linux which shell am i running 
Shell :: libgthread-2.0.so.0: cannot open shared object file: No such file or directory 
Shell :: unzip centos 
Shell :: "python -m venv venv" 
Shell :: install pyzbar on linux 
Shell :: add spacer to dock macos 
Shell :: git submodules pull 
Shell :: code blocks download for debian 
Shell :: reset last commit without losing changes 
Shell :: Problem binding to port 80: Could not bind to IPv4 or IPv6 letsencrypt 
Shell :: delete .git folder 
Shell :: give 777 permission folder and subfolders in linux 
Shell :: directory size linux 
Shell :: ifconfig command not found 
Shell :: how to install cordova 
Shell :: how to stop gunicorn 
Shell :: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! 
Shell :: pygame not installing in ubuntu 20.04 
Shell :: git get repository url 
Shell :: zsh: corrupt history file 
Shell :: linux download youtube mp3 
Shell :: git update all submodules 
Shell :: install jq on ubunut 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =