adspace


How to uninstall the libraries in linux?

Answer Posted / Lokesh Kumar

To uninstall a library in Linux, you can use package managers like apt (Ubuntu) or yum (CentOS). Here's an example for apt:nn```bashnsudo apt-get remove <package-name>n```

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?

1043


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

833


What is the latest version of linux?

1027