Install libnm-gtk-dev
Installing libnm-gtk-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnm-gtk-dev
libnm-gtk-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnm-gtk-dev |
version | 1.1.93-1 |
description | library for wireless and mobile dialogs – development files |
subsection | libdevel |
website | gnome.org / projects / NetworkManager / |
maintainer | Utopia Maintenance Team |
Uninstall libnm-gtk-dev
To remove just libnm-gtk-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnm-gtk-dev
Uninstall libnm-gtk-dev and it’s dependent packages
To remove the libnm-gtk-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnm-gtk-dev
Purging libnm-gtk-dev
If you also want to delete configuration and/or data files of libnm-gtk-dev from Debian Sid then this will work:
sudo apt-get purge libnm-gtk-dev
To delete configuration and/or data files of libnm-gtk-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnm-gtk-dev