How To Install expatpp on Fedora 34

expatpp is C++ layer for expat C++ layer for expat

Introduction

In this tutorial we learn how to install expatpp on Fedora 34.

What is expatpp

Expatpp is a simple C++ layer to make using the open source expat XML parsing library vastly easier for complex schemas. It has been used widely in industry including the Valve Steam project. expatpp 0 21.20121019gitd8c1bf8.fc34 x86_64 22 k expatpp-0-21.20121019gitd8c1bf8.fc34.src.rpm fedora C++ layer for expat http MPLv1.1 Expatpp is a simple C++ layer to make using the open source expat XML parsing library vastly easier for complex schemas. It has been used widely in industry including the Valve Steam project.

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

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

sudo dnf -y install expatpp

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

sudo yum -y install expatpp

How To Uninstall expatpp on Fedora 34

To uninstall only the expatpp package we can use the following command:

sudo dnf remove expatpp

expatpp Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/b96c857c55532e4c262d6d698470632ffacab2
/usr/lib/libexpatpp.so.0.6
/usr/lib/libexpatpp.so.0.6.0
/usr/share/doc/expatpp
/usr/share/doc/expatpp/CHANGELOG
/usr/share/doc/expatpp/EXTEND
/usr/share/doc/expatpp/TODO
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/df1a51a776fc839e6c3915dae2f687ac5a8fca
/usr/lib64/libexpatpp.so.0.6
/usr/lib64/libexpatpp.so.0.6.0
/usr/share/doc/expatpp
/usr/share/doc/expatpp/CHANGELOG
/usr/share/doc/expatpp/EXTEND
/usr/share/doc/expatpp/TODO

References

Summary

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