How To Install libxml++30 on Fedora 36
Introduction
In this tutorial we learn how to install libxml++30
on Fedora 36.
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.
We can use yum
or dnf
to install libxml++30
on Fedora 36. 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 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
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 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the libxml++30
package we can use the following command:
sudo dnf remove libxml++30
libxml++30 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/13812feafb70d89e7eebd13ac597e3de26936e
/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
References
Summary
In this tutorial we learn how to install libxml++30
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libxml++30 on Fedora 36” linkTitle: “libxml++30” type: “docs” description: “In this tutorial we learn how to install libxml++30 in Fedora 36. libxml++30 is C++ wrapper for the libxml2 XML parser library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libxml++30-featured.png
Introduction
In this tutorial we learn how to install libxml++30
on Fedora 36.
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.
We can use yum
or dnf
to install libxml++30
on Fedora 36. 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 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
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 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the libxml++30
package we can use the following command:
sudo dnf remove libxml++30
libxml++30 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/18e9d8428dbd126117044f74bc5ff0142da392
/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 36 using yum and [dnf]((/fedora/36/dnf/).