How To Install aunit on Fedora 36

In this tutorial we learn how to install aunit in Fedora 36. aunit is Unit test framework for Ada

Introduction

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

What is aunit

Unit test framework for Ada

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

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

sudo dnf -y install aunit

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

sudo yum -y install aunit

How To Uninstall aunit on Fedora 36

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

sudo dnf remove aunit

aunit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/ab5d2f6052d40a7f0910b2057d8d15aa4408d2
/usr/lib64/aunit
/usr/lib64/aunit/libaunit.so.2020
/usr/lib64/libaunit.so.2020
/usr/share/doc/aunit
/usr/share/doc/aunit/COPYING.RUNTIME
/usr/share/doc/aunit/COPYING3
/usr/share/doc/aunit/README

References

Summary

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


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

Introduction

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

What is aunit

Unit test framework for Ada

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

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

sudo dnf -y install aunit

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

sudo yum -y install aunit

How To Uninstall aunit on Fedora 36

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

sudo dnf remove aunit

aunit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/84e07afa1f491b59d85109d2536b46b2dd70d9
/usr/lib/aunit
/usr/lib/aunit/libaunit.so.2020
/usr/lib/libaunit.so.2020
/usr/share/doc/aunit
/usr/share/doc/aunit/COPYING.RUNTIME
/usr/share/doc/aunit/COPYING3
/usr/share/doc/aunit/README

References

Summary

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