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