Install xtide-data
Installing xtide-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install xtide-data
xtide-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | xtide-data |
version | 20100529-1 |
description | Harmonics data for xtide |
subsection | science |
website | flaterco.com / xtide / |
maintainer | Peter S Galbraith |
Uninstall xtide-data
To remove just xtide-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove xtide-data
Uninstall xtide-data and it’s dependent packages
To remove the xtide-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove xtide-data
Purging xtide-data
If you also want to delete configuration and/or data files of xtide-data from Debian Sid then this will work:
sudo apt-get purge xtide-data
To delete configuration and/or data files of xtide-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove xtide-data