How To Install PragmARC on Fedora 36

In this tutorial we learn how to install PragmARC in Fedora 36. PragmARC is PragmAda Reusable Components, a component library for Ada

Introduction

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

What is PragmARC

The PragmAda Reusable Components (PragmARCs) is a library of containers, algorithms and utility components for Ada, ranging from the basic-but-essential to the high-level.

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

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

sudo dnf -y install PragmARC

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

sudo yum -y install PragmARC

How To Uninstall PragmARC on Fedora 36

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

sudo dnf remove PragmARC

PragmARC Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/38062c72912c06b4bd9be575e0f2086ff8f0e5
/usr/lib/libpragmarc.so.20130728
/usr/share/licenses/PragmARC
/usr/share/licenses/PragmARC/gpl.txt
/usr/share/licenses/PragmARC/license.txt

References

Summary

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


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

Introduction

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

What is PragmARC

The PragmAda Reusable Components (PragmARCs) is a library of containers, algorithms and utility components for Ada, ranging from the basic-but-essential to the high-level.

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

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

sudo dnf -y install PragmARC

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

sudo yum -y install PragmARC

How To Uninstall PragmARC on Fedora 36

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

sudo dnf remove PragmARC

PragmARC Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/712ea62abfe47f34d686726e905769498e71d3
/usr/lib64/libpragmarc.so.20130728
/usr/share/licenses/PragmARC
/usr/share/licenses/PragmARC/gpl.txt
/usr/share/licenses/PragmARC/license.txt

References

Summary

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