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