Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete package on linux

sudo apt-get purge --auto-remove packagename
Comment

debian uninstall package

sudo dpkg --remove <package-name>
Comment

linux uninstall package

sudo apt-get remove <package name here>
Comment

uninstall a package command shell

$ sudo apt purge package-name
OR
$ sudo apt-get purge package-name
OR
$ sudo dpkg -P package-name
Comment

rpm uninstall package

dnf remove [PackageName]
Comment

how to remove package files in linux

tar xvf 1.3.2.tar.gz
Comment

how to remove package files in linux

sudo nano /etc/postfix/main.cf
Comment

PREVIOUS NEXT
Code Example
Shell :: microsoft store installation location 
Shell :: bash ls show link 
Shell :: list groups of an user linux 
Shell :: uninstall all microsoft apps powershell 
Shell :: get a remote branch git 
Shell :: move a file in git 
Shell :: how to install edge throught terminal ubuntu 
Shell :: test cpu linux 
Shell :: prettier install using npm 
Shell :: download a zip file using curl 
Shell :: ufw allow port from ip 
Shell :: echo  
Shell :: how to install dependencies from package.json 
Shell :: homebrew install mac 
Shell :: install dlib gpu check 
Shell :: Command for installing Brave browser 
Shell :: rm directory not empty mac 
Shell :: crontab in linux 
Shell :: git empty commit 
Shell :: stop nginx service 
Shell :: how to grep curl verbose 
Shell :: keep only last line bash 
Shell :: sudo rm rf command 
Shell :: remove package from laravel 
Shell :: how to make a folder into git repo 
Shell :: bash how to delete ^M at the end of every line 
Shell :: add mirror list arch linux 
Shell :: use latex in github readme 
Shell :: linux how to move file to another directory 
Shell :: bash cut delimiter last field 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =