Install libnewt-dev
Installing libnewt-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnewt-dev
libnewt-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnewt-dev |
version | 0.52.18-3 |
description | Developer’s toolkit for newt windowing library |
subsection | libdevel |
website | fedorahosted.org / newt / |
maintainer | Alastair McKinstry |
Uninstall libnewt-dev
To remove just libnewt-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnewt-dev
Uninstall libnewt-dev and it’s dependent packages
To remove the libnewt-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnewt-dev
Purging libnewt-dev
If you also want to delete configuration and/or data files of libnewt-dev from Debian Sid then this will work:
sudo apt-get purge libnewt-dev
To delete configuration and/or data files of libnewt-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnewt-dev