How to Install and Uninstall ahven.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "ahven.x86_64" package

Please follow the step by step instructions below to install ahven.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ahven.x86_64

2. Uninstall "ahven.x86_64" package

This tutorial shows how to uninstall ahven.x86_64 on Oracle Linux 9:

$ sudo dnf remove ahven.x86_64 $ sudo dnf autoremove

3. Information about the ahven.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:20:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ahven
Version : 2.8
Release : 6.el9
Architecture : x86_64
Size : 104 k
Source : ahven-2.8-6.el9.src.rpm
Repository : epel
Summary : A unit testing framework for Ada 95
URL : https://www.ahven-framework.com/
License : ISC
Description : Ahven is a simple unit testing library (or a framework) for the Ada
: programming language. It is loosely modeled after Junit and some ideas are
: taken from Aunit.
:
: Features:
: · Simple API
: · Small size
: · Junit-compatible test results in XML format, which allows integration with
: tools like Jenkins or Teamcity
: · Strict coding style (enforced by Adacontrol)
: · Plain Ada 95 code, no Ada 2005 features used, but can be compiled as Ada 2005
: or Ada 2012 code if needed
: · Portable across different compilers and operating systems
: · Permissive Open Source license (ISC)