How To Install libxml++30 on Fedora 34

libxml++30 is C++ wrapper for the libxml2 XML parser library C++ wrapper for the libxml2 XML parser library

Introduction

In this tutorial we learn how to install libxml++30 on Fedora 34.

What is libxml++30

libxml++ is a C++ wrapper for the libxml2 XML parser library. Its original author is Ari Johnson and it is currently maintained by Christophe de Vienne and Murray Cumming. libxml++30 3.2.3 1.fc34 x86_64 93 k libxml++30-3.2.3-1.fc34.src.rpm updates C++ wrapper for the libxml2 XML parser library http LGPLv2+ libxml++ is a C++ wrapper for the libxml2 XML parser library. Its original author is Ari Johnson and it is currently maintained by Christophe de Vienne and Murray Cumming.

We can use yum or dnf to install libxml++30 on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libxml++30.

Install libxml++30 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 libxml++30 using dnf by running the following command:

sudo dnf -y install libxml++30

Install libxml++30 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 libxml++30 using yum by running the following command:

sudo yum -y install libxml++30

How To Uninstall libxml++30 on Fedora 34

To uninstall only the libxml++30 package we can use the following command:

sudo dnf remove libxml++30

libxml++30 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/c83c34eeaccb5d713edea2df721d366c5e13e0
/usr/lib64/libxml++-3.0.so.1
/usr/lib64/libxml++-3.0.so.1.0.0
/usr/share/doc/libxml++30
/usr/share/doc/libxml++30/AUTHORS
/usr/share/doc/libxml++30/NEWS
/usr/share/doc/libxml++30/README
/usr/share/licenses/libxml++30
/usr/share/licenses/libxml++30/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/88f87c2a48519a15a149a6e8a27cbf461e410e
/usr/lib64/libxml++-3.0.so.1
/usr/lib64/libxml++-3.0.so.1.0.0
/usr/share/doc/libxml++30
/usr/share/doc/libxml++30/AUTHORS
/usr/share/doc/libxml++30/NEWS
/usr/share/doc/libxml++30/README
/usr/share/licenses/libxml++30
/usr/share/licenses/libxml++30/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/727fafd927f874bd158f3e8ece89fb152d0847
/usr/lib/libxml++-3.0.so.1
/usr/lib/libxml++-3.0.so.1.0.0
/usr/share/doc/libxml++30
/usr/share/doc/libxml++30/AUTHORS
/usr/share/doc/libxml++30/NEWS
/usr/share/doc/libxml++30/README
/usr/share/licenses/libxml++30
/usr/share/licenses/libxml++30/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/b5337e2775ce34369d268a407b2a1f3f8f3d0b
/usr/lib/libxml++-3.0.so.1
/usr/lib/libxml++-3.0.so.1.0.0
/usr/share/doc/libxml++30
/usr/share/doc/libxml++30/AUTHORS
/usr/share/doc/libxml++30/NEWS
/usr/share/doc/libxml++30/README
/usr/share/licenses/libxml++30
/usr/share/licenses/libxml++30/COPYING

References

Summary

In this tutorial we learn how to install libxml++30 on Fedora 34 using yum and dnf.