Install libnewlib-doc
Installing libnewlib-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnewlib-doc
libnewlib-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnewlib-doc |
version | 2.2.0+git20150830.5a3d536-1 |
description | C library and math library intended for use on embedded systems (doc) |
subsection | doc |
website | sourceware.org / newlib / |
maintainer | Agustin Henze |
Uninstall libnewlib-doc
To remove just libnewlib-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnewlib-doc
Uninstall libnewlib-doc and it’s dependent packages
To remove the libnewlib-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnewlib-doc
Purging libnewlib-doc
If you also want to delete configuration and/or data files of libnewlib-doc from Debian Sid then this will work:
sudo apt-get purge libnewlib-doc
To delete configuration and/or data files of libnewlib-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnewlib-doc