How To Install tinyxpath on Fedora 36
Introduction
In this tutorial we learn how to install tinyxpath
on Fedora 36.
What is tinyxpath
TinyXPath is a small footprint XPath syntax decoder, written in C++. - Syntax decoding - Application to a TinyXML tree - Function to extract a result from a tree (string, node set or integer)
We can use yum
or dnf
to install tinyxpath
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tinyxpath.
Install tinyxpath 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 tinyxpath
using dnf
by running the following command:
sudo dnf -y install tinyxpath
Install tinyxpath 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 tinyxpath
using yum
by running the following command:
sudo yum -y install tinyxpath
How To Uninstall tinyxpath on Fedora 36
To uninstall only the tinyxpath
package we can use the following command:
sudo dnf remove tinyxpath
tinyxpath Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/924e3dc341ba9ad0f3cb4236b0292ce670d973
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/11c0b8ffdbd0a3538854cbefac8a9d9774608e
/usr/lib/libtinyxpath.so.0
/usr/lib/libtinyxpath.so.0.1
/usr/share/doc/tinyxpath
/usr/share/doc/tinyxpath/AUTHORS
References
Summary
In this tutorial we learn how to install tinyxpath
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install tinyxpath on Fedora 36” linkTitle: “tinyxpath” type: “docs” description: “In this tutorial we learn how to install tinyxpath in Fedora 36. tinyxpath is Small XPath syntax decoder” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tinyxpath-featured.png
Introduction
In this tutorial we learn how to install tinyxpath
on Fedora 36.
What is tinyxpath
TinyXPath is a small footprint XPath syntax decoder, written in C++. - Syntax decoding - Application to a TinyXML tree - Function to extract a result from a tree (string, node set or integer)
We can use yum
or dnf
to install tinyxpath
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tinyxpath.
Install tinyxpath 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 tinyxpath
using dnf
by running the following command:
sudo dnf -y install tinyxpath
Install tinyxpath 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 tinyxpath
using yum
by running the following command:
sudo yum -y install tinyxpath
How To Uninstall tinyxpath on Fedora 36
To uninstall only the tinyxpath
package we can use the following command:
sudo dnf remove tinyxpath
tinyxpath Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/982e8382ae06698072fbbae818030f6f8c0466
/usr/lib/.build-id/75
/usr/lib/.build-id/75/6a894f15abdb096eb043c4192a38e8f64fe1f3
/usr/lib64/libtinyxpath.so.0
/usr/lib64/libtinyxpath.so.0.1
/usr/share/doc/tinyxpath
/usr/share/doc/tinyxpath/AUTHORS
References
Summary
In this tutorial we learn how to install tinyxpath
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).