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?