Install potool
Installing potool package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install potool
potool package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | potool |
version | 0.16-2 |
description | program to aid manipulation of gettext po files |
subsection | utils |
website | marcin.owsiany.pl / potool-page |
maintainer | Marcin Owsiany |
Uninstall potool
To remove just potool package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove potool
Uninstall potool and it’s dependent packages
To remove the potool package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove potool
Purging potool
If you also want to delete configuration and/or data files of potool from Debian Sid then this will work:
sudo apt-get purge potool
To delete configuration and/or data files of potool and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove potool