adspace


How to uninstall software with the command line in linux?

Answer Posted / Sarthak Chandra

To uninstall software from the command line in Linux, the method depends on the package manager used for installation. For example, if you have installed a package using apt (Debian-based distributions), use "sudo apt remove packagename". If you are using yum or dnf (Red Hat-based distributions), use "sudo yum remove packagename" or "sudo dnf remove packagename", respectively.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest linux kernel?

1035


How do I search for files containing specific text in linux?

826


What is the latest version of linux?

1022