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