Answers for "uninstall packages linux terminal"

1

uninstall packages linux terminal

$ sudo apt-get --purge remove {PACKAGE_NAME}
Posted by: Guest on March-01-2021
8

apt uninstall

sudo apt-get remove [pkg]
Posted by: Guest on April-18-2020

Code answers related to "uninstall packages linux terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language