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