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