How To Install qxmledit on Fedora 34
Introduction
In this tutorial we learn how to install qxmledit
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install qxmledit.
Install qxmledit on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install qxmledit
using dnf
by running the following command:
sudo dnf -y install qxmledit
Install qxmledit on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the qxmledit
package we can use the following command:
sudo dnf remove qxmledit
qxmledit Package Contents on Fedora 34
/usr/bin/qxmledit
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/12153ffcf5671f9cf626604713ef086fc73cc5
/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 34 using yum and dnf.