Install libpurelibc1
Installing libpurelibc1 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpurelibc1
libpurelibc1 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpurelibc1 |
version | 0.4.1-1 |
description | libc+syscalls to libc-only wrapper for libc functions |
subsection | libs |
maintainer | Debian VSquare Team |
Uninstall libpurelibc1
To remove just libpurelibc1 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpurelibc1
Uninstall libpurelibc1 and it’s dependent packages
To remove the libpurelibc1 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpurelibc1
Purging libpurelibc1
If you also want to delete configuration and/or data files of libpurelibc1 from Debian Sid then this will work:
sudo apt-get purge libpurelibc1
To delete configuration and/or data files of libpurelibc1 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpurelibc1