How To Install xmlada on Fedora 34

xmlada is XML library for Ada XML library for Ada

Introduction

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

What is xmlada

XML/Ada includes support for parsing XML files, including DTDs, full support for SAX, and an almost complete support for the core part of the DOM. It includes support for validating XML files with XML schemas. xmlada 2020 4.fc34 x86_64 991 k xmlada-2020-4.fc34.src.rpm fedora XML library for Ada http GPLv3+ XML/Ada includes support for parsing XML files, including DTDs, full support for SAX, and an almost complete support for the core part of the DOM. It includes support for validating XML files with XML schemas.

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

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

sudo dnf -y install xmlada

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

sudo yum -y install xmlada

How To Uninstall xmlada on Fedora 34

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

sudo dnf remove xmlada

xmlada Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/95e6b80b19fb5a5c74aeea3a716e5290f7f965
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/35e54e3d5f21c402d5721390d40815437b179d
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/143f017c0a2f0e5c967ca60fc3476834d0e3dc
/usr/lib/.build-id/92
/usr/lib/.build-id/92/25326615b29c31cfb063b4b88522bf031a294d
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/a59abba0f266916063c118d2249d965aca36b2
/usr/lib64/libxmlada_dom.so.2020
/usr/lib64/libxmlada_input_sources.so.2020
/usr/lib64/libxmlada_sax.so.2020
/usr/lib64/libxmlada_schema.so.2020
/usr/lib64/libxmlada_unicode.so.2020
/usr/lib64/xmlada
/usr/lib64/xmlada/libxmlada_dom.so.2020
/usr/lib64/xmlada/libxmlada_input_sources.so.2020
/usr/lib64/xmlada/libxmlada_sax.so.2020
/usr/lib64/xmlada/libxmlada_schema.so.2020
/usr/lib64/xmlada/libxmlada_unicode.so.2020
/usr/lib64/xmlada/static
/usr/share/doc/xmlada
/usr/share/doc/xmlada/AUTHORS
/usr/share/doc/xmlada/README.md
/usr/share/doc/xmlada/TODO
/usr/share/licenses/xmlada
/usr/share/licenses/xmlada/COPYING.RUNTIME
/usr/share/licenses/xmlada/COPYING3
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/3394a25e2fcd2a82959f44aa756db69de440da
/usr/lib/.build-id/68
/usr/lib/.build-id/68/b93007cd3b796260649d288a46454d2437f7dd
/usr/lib/.build-id/92
/usr/lib/.build-id/92/adb1ac5dadc8382c388d44542ab0d7304072bb
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/ab4ff58a22f3e8904515fced96df022c5895e7
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/575ba34750bbb3a4f042ce5ed809e3735959e4
/usr/lib/libxmlada_dom.so.2020
/usr/lib/libxmlada_input_sources.so.2020
/usr/lib/libxmlada_sax.so.2020
/usr/lib/libxmlada_schema.so.2020
/usr/lib/libxmlada_unicode.so.2020
/usr/lib/xmlada
/usr/lib/xmlada/libxmlada_dom.so.2020
/usr/lib/xmlada/libxmlada_input_sources.so.2020
/usr/lib/xmlada/libxmlada_sax.so.2020
/usr/lib/xmlada/libxmlada_schema.so.2020
/usr/lib/xmlada/libxmlada_unicode.so.2020
/usr/lib/xmlada/static
/usr/share/doc/xmlada
/usr/share/doc/xmlada/AUTHORS
/usr/share/doc/xmlada/README.md
/usr/share/doc/xmlada/TODO
/usr/share/licenses/xmlada
/usr/share/licenses/xmlada/COPYING.RUNTIME
/usr/share/licenses/xmlada/COPYING3

References

Summary

In this tutorial we learn how to install xmlada on Fedora 34 using yum and dnf.