Install previsat
Installing previsat package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install previsat
previsat package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | previsat |
version | 3.5.1.7+dfsg1-1 |
description | satellite tracking software for observing purposes |
subsection | x11 |
website | astropedia.free.fr |
maintainer | Georges Khaznadar |
Uninstall previsat
To remove just previsat package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove previsat
Uninstall previsat and it’s dependent packages
To remove the previsat package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove previsat
Purging previsat
If you also want to delete configuration and/or data files of previsat from Debian Sid then this will work:
sudo apt-get purge previsat
To delete configuration and/or data files of previsat and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove previsat