Install libgtp-dev
Installing libgtp-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libgtp-dev
libgtp-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libgtp-dev |
version | 0.92-1 |
description | Development files for libgtp |
subsection | libdevel |
website | sourceforge.net / projects / ggsn / |
maintainer | Debian Science Maintainers |
Uninstall libgtp-dev
To remove just libgtp-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libgtp-dev
Uninstall libgtp-dev and it’s dependent packages
To remove the libgtp-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libgtp-dev
Purging libgtp-dev
If you also want to delete configuration and/or data files of libgtp-dev from Debian Sid then this will work:
sudo apt-get purge libgtp-dev
To delete configuration and/or data files of libgtp-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libgtp-dev