Install mtkbabel
Installing mtkbabel package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mtkbabel
mtkbabel package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mtkbabel |
version | 0.8.3.1-1.1 |
description | Tool for managing i-Blue 747 and compatible GPS data loggers |
subsection | misc |
website | rigacci.org / wiki / … / gps_logger_i_blue_747 |
maintainer | Uwe Hermann |
Uninstall mtkbabel
To remove just mtkbabel package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mtkbabel
Uninstall mtkbabel and it’s dependent packages
To remove the mtkbabel package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mtkbabel
Purging mtkbabel
If you also want to delete configuration and/or data files of mtkbabel from Debian Sid then this will work:
sudo apt-get purge mtkbabel
To delete configuration and/or data files of mtkbabel and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mtkbabel