Install libnacl-dev
Installing libnacl-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnacl-dev
libnacl-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnacl-dev |
version | 20110221-4.1 |
description | High-speed software library for network communication |
subsection | libdevel |
website | nacl.cace-project.eu |
maintainer | Sergiusz Pawlowicz |
Uninstall libnacl-dev
To remove just libnacl-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnacl-dev
Uninstall libnacl-dev and it’s dependent packages
To remove the libnacl-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnacl-dev
Purging libnacl-dev
If you also want to delete configuration and/or data files of libnacl-dev from Debian Sid then this will work:
sudo apt-get purge libnacl-dev
To delete configuration and/or data files of libnacl-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnacl-dev