How To Install xmlto-xhtml on Fedora 36
Introduction
In this tutorial we learn how to install xmlto-xhtml
on Fedora 36.
What is xmlto-xhtml
This subpackage contains xmlto backend scripts for processing xhtml1 source format.
We can use yum
or dnf
to install xmlto-xhtml
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xmlto-xhtml.
Install xmlto-xhtml on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install xmlto-xhtml
using dnf
by running the following command:
sudo dnf -y install xmlto-xhtml
Install xmlto-xhtml on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install xmlto-xhtml
using yum
by running the following command:
sudo yum -y install xmlto-xhtml
How To Uninstall xmlto-xhtml on Fedora 36
To uninstall only the xmlto-xhtml
package we can use the following command:
sudo dnf remove xmlto-xhtml
xmlto-xhtml Package Contents on Fedora 36
/usr/share/xmlto/format/xhtml1
/usr/share/xmlto/format/xhtml1/awt
/usr/share/xmlto/format/xhtml1/dvi
/usr/share/xmlto/format/xhtml1/fo
/usr/share/xmlto/format/xhtml1/mif
/usr/share/xmlto/format/xhtml1/pcl
/usr/share/xmlto/format/xhtml1/pdf
/usr/share/xmlto/format/xhtml1/ps
/usr/share/xmlto/format/xhtml1/svg
/usr/share/xmlto/format/xhtml1/txt
References
Summary
In this tutorial we learn how to install xmlto-xhtml
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).