Answers for "uninstall package centos"

2

uninstall packages linux terminal

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

how to remove installation from cent os

yum autoremove [package_name]
Posted by: Guest on June-09-2020
0

uninstall a package command shell

$ sudo apt purge package-name
OR
$ sudo apt-get purge package-name
OR
$ sudo dpkg -P package-name
Posted by: Guest on May-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language