docbook2html
Convert DocBook files to other formats (HTML, RTF, PS, man, PDF)
Install
- All systems
-
curl cmd.cat/docbook2html.sh
- Debian
-
apt-get install docbook-utils
- Ubuntu
-
apt-get install docbook-utils
- Arch Linux
-
pacman -S docbook-utils
- Kali Linux
-
apt-get install docbook-utils
- CentOS
-
yum install docbook-utils
- Fedora
-
dnf install docbook-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install docbook-utils
- Raspbian
-
apt-get install docbook-utils
- Dockerfile
- dockerfile.run/docbook2html
docbook-utils
Convert DocBook files to other formats (HTML, RTF, PS, man, PDF)
The docbook-utils is a set of a few small programs intended to ease everyday use of technical documentation software and more generally use of SGML and XML. Tasks they currently accomplish are: * jw: convert DocBook files to other formats (HTML, RTF, Postscript, PDF). * sgmldiff: detect the differences in markup between two SGML files. * docbook2man: converts a DocBook refentry to a man page.