Install xml2rfc
Installing xml2rfc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install xml2rfc
xml2rfc package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | xml2rfc |
version | 2.5.1-1.1 |
description | XML-based formatting tool for RFCs |
subsection | text |
website | pypi.python.org / pypi / xml2rfc / |
maintainer | Daniel Kahn Gillmor |
Uninstall xml2rfc
To remove just xml2rfc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove xml2rfc
Uninstall xml2rfc and it’s dependent packages
To remove the xml2rfc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove xml2rfc
Purging xml2rfc
If you also want to delete configuration and/or data files of xml2rfc from Debian Sid then this will work:
sudo apt-get purge xml2rfc
To delete configuration and/or data files of xml2rfc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove xml2rfc