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