To uninstall zlib1g-dev just follow these instructions.
sudo apt-get remove zlib1g-dev
This will remove just the zlib1g-dev package itself.
sudo apt-get remove --auto-remove zlib1g-dev
This will remove the zlib1g-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for zlib1g-dev then this will work.
sudo apt-get purge zlib1g-dev
Or similarly, like this zlib1g-dev
sudo apt-get purge --auto-remove zlib1g-dev
Package | zlib1g-dev |
Version | 1:1.2.8.dfsg-2ubuntu1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://zlib.net/ |
Description | compression library – development |
Distro | ubuntu |
Release | vivid |
Repo | main |
Section | libdevel |