Install libnacore-dev
Installing libnacore-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnacore-dev
libnacore-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnacore-dev |
version | 0.5.1-2 |
description | NASPRO core library (development files) |
subsection | libdevel |
website | naspro.sourceforge.net |
maintainer | Debian QA Group |
Uninstall libnacore-dev
To remove just libnacore-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnacore-dev
Uninstall libnacore-dev and it’s dependent packages
To remove the libnacore-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnacore-dev
Purging libnacore-dev
If you also want to delete configuration and/or data files of libnacore-dev from Debian Sid then this will work:
sudo apt-get purge libnacore-dev
To delete configuration and/or data files of libnacore-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnacore-dev