How To Install expatpp on Fedora 36
Introduction
In this tutorial we learn how to install expatpp
on Fedora 36.
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.
We can use yum
or dnf
to install expatpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install expatpp.
Install expatpp 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 expatpp
using dnf
by running the following command:
sudo dnf -y install expatpp
Install expatpp 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 expatpp
using yum
by running the following command:
sudo yum -y install expatpp
How To Uninstall expatpp on Fedora 36
To uninstall only the expatpp
package we can use the following command:
sudo dnf remove expatpp
expatpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/4cd975b4f1d22732a02e90ab9dd210337d1464
/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 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install expatpp on Fedora 36” linkTitle: “expatpp” type: “docs” description: “In this tutorial we learn how to install expatpp in Fedora 36. expatpp is C++ layer for expat” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/expatpp-featured.png
Introduction
In this tutorial we learn how to install expatpp
on Fedora 36.
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.
We can use yum
or dnf
to install expatpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install expatpp.
Install expatpp 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 expatpp
using dnf
by running the following command:
sudo dnf -y install expatpp
Install expatpp 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 expatpp
using yum
by running the following command:
sudo yum -y install expatpp
How To Uninstall expatpp on Fedora 36
To uninstall only the expatpp
package we can use the following command:
sudo dnf remove expatpp
expatpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/88f08d9aae064c1d2809b0b00bd19b83a85422
/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
References
Summary
In this tutorial we learn how to install expatpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).