How To Install xmlada-static on Fedora 36

In this tutorial we learn how to install xmlada-static in Fedora 36. xmlada-static is XML library for Ada, static libraries

Introduction

In this tutorial we learn how to install xmlada-static on Fedora 36.

What is xmlada-static

This package contains the XML/Ada libraries for static linking. It is needed for linking GPRbuild statically so that GPRbuild will remain functional when libraries are upgraded. Other Fedora packages shall require xmlada-devel rather than xmlada-static if possible.

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

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

sudo dnf -y install xmlada-static

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

sudo yum -y install xmlada-static

How To Uninstall xmlada-static on Fedora 36

To uninstall only the xmlada-static package we can use the following command:

sudo dnf remove xmlada-static

xmlada-static Package Contents on Fedora 36

/usr/lib/xmlada/libxmlada_dom.a
/usr/lib/xmlada/libxmlada_input_sources.a
/usr/lib/xmlada/libxmlada_sax.a
/usr/lib/xmlada/libxmlada_schema.a
/usr/lib/xmlada/libxmlada_unicode.a

References

Summary

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


title: “How To Install xmlada-static on Fedora 36” linkTitle: “xmlada-static” type: “docs” description: “In this tutorial we learn how to install xmlada-static in Fedora 36. xmlada-static is XML library for Ada, static libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xmlada-static-featured.png

Introduction

In this tutorial we learn how to install xmlada-static on Fedora 36.

What is xmlada-static

This package contains the XML/Ada libraries for static linking. It is needed for linking GPRbuild statically so that GPRbuild will remain functional when libraries are upgraded. Other Fedora packages shall require xmlada-devel rather than xmlada-static if possible.

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

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

sudo dnf -y install xmlada-static

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

sudo yum -y install xmlada-static

How To Uninstall xmlada-static on Fedora 36

To uninstall only the xmlada-static package we can use the following command:

sudo dnf remove xmlada-static

xmlada-static Package Contents on Fedora 36

/usr/lib64/xmlada/libxmlada_dom.a
/usr/lib64/xmlada/libxmlada_input_sources.a
/usr/lib64/xmlada/libxmlada_sax.a
/usr/lib64/xmlada/libxmlada_schema.a
/usr/lib64/xmlada/libxmlada_unicode.a

References

Summary

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