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