Install pxsl-tools
Installing pxsl-tools package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pxsl-tools
pxsl-tools package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pxsl-tools |
version | 1.0-5.2 |
description | Parsimonious XML Shorthand Language |
subsection | devel |
website | community.moertel.com / ss / space / PXSL |
maintainer | Kari Pahula |
Uninstall pxsl-tools
To remove just pxsl-tools package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pxsl-tools
Uninstall pxsl-tools and it’s dependent packages
To remove the pxsl-tools package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pxsl-tools
Purging pxsl-tools
If you also want to delete configuration and/or data files of pxsl-tools from Debian Sid then this will work:
sudo apt-get purge pxsl-tools
To delete configuration and/or data files of pxsl-tools and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pxsl-tools