Answers for "linux remove a package"

0

debian uninstall package

sudo dpkg --remove <package-name>
Posted by: Guest on August-30-2021
0

how to remove package files in linux

tar xvf 1.3.2.tar.gz
Posted by: Guest on January-05-2021
0

how to remove package files in linux

sudo nano /etc/postfix/main.cf
Posted by: Guest on January-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language