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 :: pip upgrade all at once 
Shell :: Merging multiple kube config files in to one 
Shell :: npm default init 
Shell :: apt list only security updates 
Shell :: how to get last in array jq 
Shell :: localhost wsl 
Shell :: powershell webrequest 
Shell :: gh create github repo 
Shell :: -bash: bin/startup.sh: Permission denied 
Shell :: flutter@f1 
Shell :: use touch id to sudo 
Shell :: nvm remove node version 
Shell :: bash get path of script 
Shell :: export bigquery scheam 
Shell :: install passport local 
Shell :: open file in finder from terminals 
Shell :: Failed to install the following Android SDK packages as some licences have not been accepted. 
Shell :: git get develop changes to my branch 
Shell :: vscode safe mode 
Shell :: ubuntu iso download 
Shell :: how to run appimage on linux mint 
Shell :: cluster_block_exception 
Shell :: install brave browser 
Shell :: pip problem linux 
Shell :: how to see the size of /var 
Shell :: how to uninstall git 
Shell :: ssh rsa pub to pem 
Shell :: list remote branches git 
Shell :: pod upgrade 
Shell :: run a command with sudo su 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =