To uninstall libc6-dev just follow these instructions.
sudo apt-get remove libc6-dev
This will remove just the libc6-dev package itself.
sudo apt-get remove --auto-remove libc6-dev
This will remove the libc6-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libc6-dev then this will work.
sudo apt-get purge libc6-dev
Or similarly, like this libc6-dev
sudo apt-get purge --auto-remove libc6-dev
Package | libc6-dev |
Version | 2.19-18+deb8u9 |
Maintainer | GNU Libc Maintainers <debian-glibc@lists.debian.org> |
Home page | http://www.gnu.org/software/libc/libc.html |
Description | GNU C Library |
Distro | debian |
Release | jessie |
Repo | main |
Section | libdevel |