How to Install and Uninstall ahven.i686 Package on Fedora 34

Last updated: September 28,2024

1. Install "ahven.i686" package

This guide covers the steps necessary to install ahven.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ahven.i686

2. Uninstall "ahven.i686" package

Please follow the guidelines below to uninstall ahven.i686 on Fedora 34:

$ sudo dnf remove ahven.i686 $ sudo dnf autoremove

3. Information about the ahven.i686 package on Fedora 34

Last metadata expiration check: 2:07:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ahven
Version : 2.7
Release : 10.fc34
Architecture : i686
Size : 109 k
Source : ahven-2.7-10.fc34.src.rpm
Repository : fedora
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 and Cruisecontrol
: · 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)