Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 4607  / 1 Year ago, wed, january 18, 2023, 8:04:41

I've built a few apps from source which required development libraries. And when I installed them, they installed more -dev dependencies.



Now I want to remove those libraries.



The command sudo apt-get purge lib*-dev can do any harm to my Ubuntu installation?



Are there any development libraries included in a fresh install of Ubuntu? If there are, should I keep them?


More From » uninstall

 Answers
6

Basically, you don't need any development libraries to run your system. As the name says, they are for development purposes. The libraries used to run these applications are different ones.



Your command looks fine to me, but anyway APT is giving you a list with the packages to be removed. Just watch it for packages you need (everything without the -dev would be suspicious)


[#25499] Thursday, January 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
entmpy

Total Points: 52
Total Questions: 112
Total Answers: 113

Location: Marshall Islands
Member since Tue, Sep 21, 2021
3 Years ago
entmpy questions
;