How To Install qxmledit-doc on Fedora 36
Introduction
In this tutorial we learn how to install qxmledit-doc on Fedora 36.
What is qxmledit-doc
QXmlQXmlEdit is a simple XML editor based on qt libraries. This package includes QXmlEdit documentation.
We can use yum or dnf to install qxmledit-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qxmledit-doc.
Install qxmledit-doc 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 qxmledit-doc using dnf by running the following command:
sudo dnf -y install qxmledit-doc
Install qxmledit-doc 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 qxmledit-doc using yum by running the following command:
sudo yum -y install qxmledit-doc
How To Uninstall qxmledit-doc on Fedora 36
To uninstall only the qxmledit-doc package we can use the following command:
sudo dnf remove qxmledit-doc
qxmledit-doc Package Contents on Fedora 36
/usr/share/doc/qxmledit/QXmlEdit_manual.pdf
/usr/share/licenses/qxmledit-doc
/usr/share/licenses/qxmledit-doc/COPYING
/usr/share/licenses/qxmledit-doc/GPLV3.txt
/usr/share/licenses/qxmledit-doc/LGPLV3.txt
References
Summary
In this tutorial we learn how to install qxmledit-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).