Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sudo apt-get --purge remove

# remove an application using Advanced Package Tool command
sudo apt-get --purge remove <application_name>
Comment

apt remove

sudo apt-get --purge autoremove packagename
Comment

apt-get uninstall

sudo apt-get --purge autoremove pkg
Comment

sudo apt-get remove

sudo apt-get remove --purge '^nvidia-.*'
sudo apt-get remove --purge '^libnvidia-.*'
sudo apt-get remove --purge '^cuda-.*'
Comment

PREVIOUS NEXT
Code Example
Shell :: linux directories 
Shell :: cd back 
Shell :: awk and or 
Shell :: debian make directory 
Shell :: how to remove a repository 
Shell :: cmake install files 
Shell :: powershell script to run powershell script 
Shell :: linux cut all but last field 
Shell :: delete typeeset variable bash 
Shell :: Android ADB commands to get the device or emulator properties 
Shell :: ansible remove part of line 
Shell :: bc command in linux 
Shell :: how to install clementine music player on ubuntu 
Shell :: git The requested URL returned error: 403 
Shell :: read (subshell_pty...): No such file or directory (2) 
Shell :: chinese linux 
Shell :: command to lists available Wi-Fi access points known to NetworkManager including its speed, security, signal, and more on linux 
Shell :: az aks get kubeconfig 
Shell :: install nomad on aws linux 2 
Shell :: conda install simplejson 
Shell :: nmap cat file 
Shell :: how to hash a password in bash script 
Shell :: eslint script in package.json 
Shell :: Media change: please insert the disc 
Shell :: refname master is ambiguous 
Shell :: separate a line using sed 
Shell :: protonup no such file or directory 
Shell :: unit has a bad unit file setting 
Shell :: kubernetes remove taint 
Shell :: github pages custom theme 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =