Install libnetxx1
Installing libnetxx1 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnetxx1
libnetxx1 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnetxx1 |
version | 0.3.2-2 |
description | C++ library for network programming |
subsection | libdevel |
website | pmade.com / labs / |
maintainer | Daniel Pocock |
Uninstall libnetxx1
To remove just libnetxx1 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnetxx1
Uninstall libnetxx1 and it’s dependent packages
To remove the libnetxx1 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnetxx1
Purging libnetxx1
If you also want to delete configuration and/or data files of libnetxx1 from Debian Sid then this will work:
sudo apt-get purge libnetxx1
To delete configuration and/or data files of libnetxx1 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnetxx1