dctrl2xml
Debian control data to XML converter
Install
- All systems
-
curl cmd.cat/dctrl2xml.sh
- Debian
-
apt-get install dctrl2xml
- Ubuntu
-
apt-get install dctrl2xml
- Kali Linux
-
apt-get install dctrl2xml
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dctrl2xml
- Raspbian
-
apt-get install dctrl2xml
- Dockerfile
- dockerfile.run/dctrl2xml
dctrl2xml
Debian control data to XML converter
This package contains the dctrl2xml tool that converts Debian control data into an XML representation. It can be used to convert data which is normally found in debian/control, .changes, .dsc, Packages, Sources, and similar files to XML. For most fields dctrl2xml just uses the field name as element name and the field data as element content. For other fields, such as package interrelationship fields (Depends, Build-Depends, etc.) or the Files field in .changes or Sources files, dctrl2xml additionally parses their field data to represent it in a more fine-structured form.