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