Install poe.app
Installing poe.app package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install poe.app
poe.app package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | poe.app |
version | 0.5.1-5+b4 |
description | Vorbis comment editor |
subsection | gnustep |
website | eskimo.com / ~pburns / Poe / |
maintainer | Debian GNUstep maintainers |
Uninstall poe.app
To remove just poe.app package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove poe.app
Uninstall poe.app and it’s dependent packages
To remove the poe.app package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove poe.app
Purging poe.app
If you also want to delete configuration and/or data files of poe.app from Debian Sid then this will work:
sudo apt-get purge poe.app
To delete configuration and/or data files of poe.app and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove poe.app