How to uninstall software with the command line in linux?



How to uninstall software with the command line in linux?..

Answer / 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

More Linux General Interview Questions

Are semaphores atomic?

1 Answers  


what are the various backup tools available in linux

3 Answers  


Will steam run on linux?

1 Answers  


How you can create a folder using terminal?

1 Answers  


What is unity linux?

1 Answers  


Which is the latest version of linux?

1 Answers  


What is flag?

1 Answers  


Can I run freenas with 4gb ram?

1 Answers  


What is critical section linux?

1 Answers  


What is the difference between an argument and an option (or switch)?

1 Answers  


What is a shell script?

1 Answers  


How to install linux os along with fedora 14 os in one system?

1 Answers  


Categories