How to Install and Uninstall kyua.x86_64 Package on Fedora 34

Last updated: May 10,2024

1. Install "kyua.x86_64" package

Please follow the guidelines below to install kyua.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install kyua.x86_64

2. Uninstall "kyua.x86_64" package

Please follow the guidelines below to uninstall kyua.x86_64 on Fedora 34:

$ sudo dnf remove kyua.x86_64 $ sudo dnf autoremove

3. Information about the kyua.x86_64 package on Fedora 34

Last metadata expiration check: 5:35:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : kyua
Version : 0.13
Release : 7.fc34
Architecture : x86_64
Size : 376 k
Source : kyua-0.13-7.fc34.src.rpm
Repository : fedora
Summary : Testing framework for infrastructure software
URL : https://github.com/jmmv/kyua
License : BSD
Description : Kyua is a testing framework for infrastructure software, originally designed
: to equip BSD-based operating systems with a test suite. This means that
: Kyua is lightweight and simple, and that Kyua integrates well with various
: build systems and continuous integration frameworks.
:
: Kyua features an expressive test suite definition language, a safe runtime
: engine for test suites and a powerful report generation engine.
:
: Kyua is for both developers and users, from the developer applying a simple
: fix to a library to the system administrator deploying a new release
: on a production machine.
:
: Kyua is able to execute test programs written with a plethora of
: testing libraries and languages. The library of choice is ATF, for which
: Kyua was originally designed, but simple, framework-less test programs and
: TAP-compliant test programs can also be executed through Kyua.