Install ptask-dbg
Installing ptask-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ptask-dbg
ptask-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ptask-dbg |
version | 0.0.9-2 |
description | Debug symbol for ptask |
subsection | debug |
website | wpitchoune.net / blog / ptask / |
maintainer | ChangZhuo Chen (陳昌倬) |
Uninstall ptask-dbg
To remove just ptask-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ptask-dbg
Uninstall ptask-dbg and it’s dependent packages
To remove the ptask-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ptask-dbg
Purging ptask-dbg
If you also want to delete configuration and/or data files of ptask-dbg from Debian Sid then this will work:
sudo apt-get purge ptask-dbg
To delete configuration and/or data files of ptask-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ptask-dbg