How To Install qxmledit on Fedora 36
Introduction
In this tutorial we learn how to install qxmledit on Fedora 36.
What is qxmledit
QXmlEdit is a simple XML editor based on qt libraries. Its main features are unusual data visualization modes, nice XML manipulation and presentation and it is multi platform. It can split very big XML files into fragments, and compare XML files. It is one of the few graphical Open Source XSD viewers.
We can use yum or dnf to install qxmledit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qxmledit.
Install qxmledit 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 using dnf by running the following command:
sudo dnf -y install qxmledit
Install qxmledit 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 using yum by running the following command:
sudo yum -y install qxmledit
How To Uninstall qxmledit on Fedora 36
To uninstall only the qxmledit package we can use the following command:
sudo dnf remove qxmledit
qxmledit Package Contents on Fedora 36
/usr/bin/qxmledit
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/e795e91e8dd5dbd35c208a09140151d1f395bc
/usr/share/appdata/QXmlEdit.appdata.xml
/usr/share/applications/QXmlEdit.desktop
/usr/share/doc/qxmledit
/usr/share/doc/qxmledit/AUTHORS
/usr/share/doc/qxmledit/NEWS
/usr/share/doc/qxmledit/README
/usr/share/icons/hicolor/32x32/apps/qxmledit.png
/usr/share/icons/hicolor/48x48/apps/qxmledit.png
/usr/share/icons/hicolor/scalable/apps/qxmledit.svg
/usr/share/licenses/qxmledit
/usr/share/licenses/qxmledit/COPYING
/usr/share/licenses/qxmledit/GPLV3.txt
/usr/share/licenses/qxmledit/LGPLV3.txt
/usr/share/man/man1/qxmledit.1.gz
/usr/share/qxmledit
/usr/share/qxmledit/sample.style
/usr/share/qxmledit/snippets
/usr/share/qxmledit/snippets/{6d11b8d1-e285-46b2-8375-79e17cab9862}.xml
/usr/share/qxmledit/snippets/{b3303cb3-8537-46d0-943b-cf898cc93b3f}.xml
/usr/share/qxmledit/snippets/{bd4984f5-107e-48ca-9780-c263ff1aa58d}.xml
/usr/share/qxmledit/snippets/{d78f4e09-4003-4178-adec-134a7b996d6e}.xml
/usr/share/qxmledit/snippets/{e40792fb-16de-4418-9320-4feaa92c28a3}.xml
/usr/share/qxmledit/snippets/{edc60671-0ae0-401b-989d-5d0b82976bce}.xml
/usr/share/qxmledit/snippets/{f6d7ebdd-c505-4a6a-8a16-f7c99581a995}.xml
/usr/share/qxmledit/translations
/usr/share/qxmledit/translations/QXmlEditSessions_cs.qm
/usr/share/qxmledit/translations/QXmlEditWidget_cs.qm
/usr/share/qxmledit/translations/QXmlEdit_cs.qm
/usr/share/qxmledit/translations/SCXML_cs.qm
References
Summary
In this tutorial we learn how to install qxmledit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).