Install pth-dbg
Installing pth-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pth-dbg
pth-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pth-dbg |
version | 2.0.7-20 |
description | GNU Portable Threads (debug) |
subsection | debug |
website | gnu.org / software / pth / |
maintainer | NIIBE Yutaka |
Uninstall pth-dbg
To remove just pth-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pth-dbg
Uninstall pth-dbg and it’s dependent packages
To remove the pth-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pth-dbg
Purging pth-dbg
If you also want to delete configuration and/or data files of pth-dbg from Debian Sid then this will work:
sudo apt-get purge pth-dbg
To delete configuration and/or data files of pth-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pth-dbg