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