Install libnussl-dev
Installing libnussl-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnussl-dev
libnussl-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnussl-dev |
version | 2.4.3-3.3+b1 |
description | The authenticating firewall [SSL development files] |
subsection | libdevel |
website | nufw.orgβ/β-English-.html |
maintainer | Pierre Chifflier |
Uninstall libnussl-dev
To remove just libnussl-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnussl-dev
Uninstall libnussl-dev and it’s dependent packages
To remove the libnussl-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnussl-dev
Purging libnussl-dev
If you also want to delete configuration and/or data files of libnussl-dev from Debian Sid then this will work:
sudo apt-get purge libnussl-dev
To delete configuration and/or data files of libnussl-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnussl-dev