Install libnanomsg0
Installing libnanomsg0 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnanomsg0
libnanomsg0 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnanomsg0 |
version | 0.5~beta+dfsg-1 |
description | high-performance implementation of scalability libraries |
subsection | libs |
website | nanomsg.org |
maintainer | Harlan Lieberman-Berg |
Uninstall libnanomsg0
To remove just libnanomsg0 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnanomsg0
Uninstall libnanomsg0 and it’s dependent packages
To remove the libnanomsg0 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnanomsg0
Purging libnanomsg0
If you also want to delete configuration and/or data files of libnanomsg0 from Debian Sid then this will work:
sudo apt-get purge libnanomsg0
To delete configuration and/or data files of libnanomsg0 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnanomsg0