Install libcneartree5
Installing libcneartree5 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libcneartree5
libcneartree5 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libcneartree5 |
version | 3.1.1-2.1 |
description | Library for solving the Nearest Neighbor Problem |
subsection | libs |
website | neartree.sourceforge.net |
maintainer | Debian Science Maintainers |
Uninstall libcneartree5
To remove just libcneartree5 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libcneartree5
Uninstall libcneartree5 and it’s dependent packages
To remove the libcneartree5 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libcneartree5
Purging libcneartree5
If you also want to delete configuration and/or data files of libcneartree5 from Debian Sid then this will work:
sudo apt-get purge libcneartree5
To delete configuration and/or data files of libcneartree5 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libcneartree5