Install xml-core
Installing xml-core package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install xml-core
xml-core package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | xml-core |
version | 0.13+nmu2 |
description | XML infrastructure and XML catalog file support |
subsection | text |
maintainer | Debian XML/SGML Group |
Uninstall xml-core
To remove just xml-core package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove xml-core
Uninstall xml-core and it’s dependent packages
To remove the xml-core package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove xml-core
Purging xml-core
If you also want to delete configuration and/or data files of xml-core from Debian Sid then this will work:
sudo apt-get purge xml-core
To delete configuration and/or data files of xml-core and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove xml-core