Install navit
Installing navit package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install navit
navit package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | navit |
version | 0.5.0+dfsg.1-1+b1 |
description | Car navigation system with routing engine |
subsection | misc |
website | wiki.navit-project.org |
maintainer | Gilles Filippini |
Uninstall navit
To remove just navit package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove navit
Uninstall navit and it’s dependent packages
To remove the navit package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove navit
Purging navit
If you also want to delete configuration and/or data files of navit from Debian Sid then this will work:
sudo apt-get purge navit
To delete configuration and/or data files of navit and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove navit