Install poxml
Installing poxml package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install poxml
poxml package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | poxml |
version | 4:4.14.0-1 |
description | tools for translating DocBook XML files with Gettext |
subsection | devel |
website | kde.org |
maintainer | Debian Qt/KDE Maintainers |
Uninstall poxml
To remove just poxml package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove poxml
Uninstall poxml and it’s dependent packages
To remove the poxml package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove poxml
Purging poxml
If you also want to delete configuration and/or data files of poxml from Debian Sid then this will work:
sudo apt-get purge poxml
To delete configuration and/or data files of poxml and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove poxml