Install gtktrain
Installing gtktrain package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install gtktrain
gtktrain package information
distro | Debian Unstable (Sid) |
---|---|
section | Contrib |
name | gtktrain |
version | 0.9b-13.1 |
description | The train-routing calculator with GTK+ interface |
subsection | x11 |
maintainer | Masayuki Hatta (mhatta) |
Uninstall gtktrain
To remove just gtktrain package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove gtktrain
Uninstall gtktrain and it’s dependent packages
To remove the gtktrain package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove gtktrain
Purging gtktrain
If you also want to delete configuration and/or data files of gtktrain from Debian Sid then this will work:
sudo apt-get purge gtktrain
To delete configuration and/or data files of gtktrain and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove gtktrain