How To Install libqxmledit on Fedora 34
Introduction
In this tutorial we learn how to install libqxmledit
on Fedora 34.
What is libqxmledit
QXmlQXmlEdit is a simple XML editor based on qt libraries. This package includes QXmlEdit shared libraries. libqxmledit 0.9.16 2.fc34 x86_64 2.1 M qxmledit-0.9.16-2.fc34.src.rpm fedora XML Editor Shared Libraries http LGPLv2+ and GPLv3 and zlib QXmlQXmlEdit is a simple XML editor based on qt libraries. This package includes QXmlEdit shared libraries.
We can use yum
or dnf
to install libqxmledit
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libqxmledit.
Install libqxmledit 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 libqxmledit
using dnf
by running the following command:
sudo dnf -y install libqxmledit
Install libqxmledit 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 libqxmledit
using yum
by running the following command:
sudo yum -y install libqxmledit
How To Uninstall libqxmledit on Fedora 34
To uninstall only the libqxmledit
package we can use the following command:
sudo dnf remove libqxmledit
libqxmledit Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/dad822a77e6293548f21e0e863f9f937db1926
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/cf30499452c79badbe3aefa2bdf4b0598deee6
/usr/lib64/libQXmlEditSessions.so.0
/usr/lib64/libQXmlEditSessions.so.0.9
/usr/lib64/libQXmlEditSessions.so.0.9.16
/usr/lib64/libQXmlEditWidget.so.0
/usr/lib64/libQXmlEditWidget.so.0.9
/usr/lib64/libQXmlEditWidget.so.0.9.16
/usr/share/licenses/libqxmledit
/usr/share/licenses/libqxmledit/COPYING
/usr/share/licenses/libqxmledit/GPLV3.txt
/usr/share/licenses/libqxmledit/LGPLV3.txt
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/93086b50e2661ef8453d619e0a297f6b3a1bc3
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/f72972c785e5f1ed462723c7e2e3b23c8763cf
/usr/lib/libQXmlEditSessions.so.0
/usr/lib/libQXmlEditSessions.so.0.9
/usr/lib/libQXmlEditSessions.so.0.9.16
/usr/lib/libQXmlEditWidget.so.0
/usr/lib/libQXmlEditWidget.so.0.9
/usr/lib/libQXmlEditWidget.so.0.9.16
/usr/share/licenses/libqxmledit
/usr/share/licenses/libqxmledit/COPYING
/usr/share/licenses/libqxmledit/GPLV3.txt
/usr/share/licenses/libqxmledit/LGPLV3.txt
References
- [libqxmledit website](http://qxmledit.org/ http://qxmledit.org/)
Summary
In this tutorial we learn how to install libqxmledit
on Fedora 34 using yum and dnf.