Install nautic
Installing nautic package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nautic
nautic package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nautic |
version | 1.5-1.1+b1 |
description | computation of observer position in astro-navigation |
subsection | science |
website | sourceforge.net / projects / nauticalmanac / |
maintainer | Enas Giovanni |
Uninstall nautic
To remove just nautic package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nautic
Uninstall nautic and it’s dependent packages
To remove the nautic package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nautic
Purging nautic
If you also want to delete configuration and/or data files of nautic from Debian Sid then this will work:
sudo apt-get purge nautic
To delete configuration and/or data files of nautic and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nautic