How To Install xqilla on Fedora 36

In this tutorial we learn how to install xqilla in Fedora 36. xqilla is XQuery and XPath 2.0 library, built on top of Xerces-C

Introduction

In this tutorial we learn how to install xqilla on Fedora 36.

What is xqilla

XQilla is an XQuery and XPath 2.0 implementation written in C++ and based on Xerces-C. It implements the DOM 3 XPath API, as well as having it’s own more powerful API. It conforms to the W3C proposed recommendation of XQuery and XPath 2.0.

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

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

sudo dnf -y install xqilla

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

sudo yum -y install xqilla

How To Uninstall xqilla on Fedora 36

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

sudo dnf remove xqilla

xqilla Package Contents on Fedora 36

/usr/bin/xqilla
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/9b39443a8e3c25ed38aa67b9e6f441d537e541
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/2dfc8c544fcd0070726c34c77264840256bd59
/usr/lib/libxqilla.so.6
/usr/lib/libxqilla.so.6.0.3
/usr/share/doc/xqilla
/usr/share/doc/xqilla/ChangeLog
/usr/share/licenses/xqilla
/usr/share/licenses/xqilla/LICENSE
/usr/share/man/man1/xqilla.1.gz

References

Summary

In this tutorial we learn how to install xqilla on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install xqilla on Fedora 36” linkTitle: “xqilla” type: “docs” description: “In this tutorial we learn how to install xqilla in Fedora 36. xqilla is XQuery and XPath 2.0 library, built on top of Xerces-C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xqilla-featured.png

Introduction

In this tutorial we learn how to install xqilla on Fedora 36.

What is xqilla

XQilla is an XQuery and XPath 2.0 implementation written in C++ and based on Xerces-C. It implements the DOM 3 XPath API, as well as having it’s own more powerful API. It conforms to the W3C proposed recommendation of XQuery and XPath 2.0.

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

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

sudo dnf -y install xqilla

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

sudo yum -y install xqilla

How To Uninstall xqilla on Fedora 36

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

sudo dnf remove xqilla

xqilla Package Contents on Fedora 36

/usr/bin/xqilla
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/900bc99708824fdac26ea451fe85211628ba52
/usr/lib/.build-id/89
/usr/lib/.build-id/89/4bdd8add1baac4bf97702f8ae62901ec1f2984
/usr/lib64/libxqilla.so.6
/usr/lib64/libxqilla.so.6.0.3
/usr/share/doc/xqilla
/usr/share/doc/xqilla/ChangeLog
/usr/share/licenses/xqilla
/usr/share/licenses/xqilla/LICENSE
/usr/share/man/man1/xqilla.1.gz

References

Summary

In this tutorial we learn how to install xqilla on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).