How To Install tinyxpath on Fedora 34

tinyxpath is Small XPath syntax decoder Small XPath syntax decoder

Introduction

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

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) tinyxpath 1.3.1 16.fc34 x86_64 53 k tinyxpath-1.3.1-16.fc34.src.rpm fedora Small XPath syntax decoder http zlib 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install tinyxpath.

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

sudo dnf -y install tinyxpath

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

sudo yum -y install tinyxpath

How To Uninstall tinyxpath on Fedora 34

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

sudo dnf remove tinyxpath

tinyxpath Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/87af674d55dc8b50cc93a0374ff9a6ba4fcda1
/usr/lib/.build-id/97
/usr/lib/.build-id/97/b5a90327e2466ab5cb5c78420353b5ccbc8a54
/usr/lib64/libtinyxpath.so.0
/usr/lib64/libtinyxpath.so.0.1
/usr/share/doc/tinyxpath
/usr/share/doc/tinyxpath/AUTHORS
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/26cc9c1f2fb14c4e3b15cf89b5c1a0d13e7191
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/c557a8c22a77ae97df8a0bc11292730f0b22c0
/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 34 using yum and dnf.