Install libnettle6
Installing libnettle6 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnettle6
libnettle6 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnettle6 |
version | 3.2-1 |
description | low level cryptographic library (symmetric and one-way cryptos) |
subsection | libs |
website | lysator.liu.se / ~nisse / nettle / |
maintainer | Magnus Holmgren |
Uninstall libnettle6
To remove just libnettle6 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnettle6
Uninstall libnettle6 and it’s dependent packages
To remove the libnettle6 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnettle6
Purging libnettle6
If you also want to delete configuration and/or data files of libnettle6 from Debian Sid then this will work:
sudo apt-get purge libnettle6
To delete configuration and/or data files of libnettle6 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnettle6