How to Install and Uninstall openqa.noarch Package on Fedora 35

Last updated: June 25,2024

1. Install "openqa.noarch" package

This tutorial shows how to install openqa.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install openqa.noarch

2. Uninstall "openqa.noarch" package

Please follow the guidance below to uninstall openqa.noarch on Fedora 35:

$ sudo dnf remove openqa.noarch $ sudo dnf autoremove

3. Information about the openqa.noarch package on Fedora 35

Last metadata expiration check: 4:18:16 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : openqa
Version : 4.6^20220531git47fe286
Release : 1.fc35
Architecture : noarch
Size : 2.1 M
Source : openqa-4.6^20220531git47fe286-1.fc35.src.rpm
Repository : updates
Summary : OS-level automated testing framework
URL : http://os-autoinst.github.io/openQA/
License : GPLv2+
Description : openQA is a testing framework that allows you to test GUI applications on one
: hand and bootloader and kernel on the other. In both cases, it is difficult to
: script tests and verify the output. Output can be a popup window or it can be
: an error in early boot even before init is executed.
:
: openQA is an automated test tool that makes it possible to test the whole
: installation process of an operating system. It uses virtual machines to
: reproduce the process, check the output (both serial console and screen) in
: every step and send the necessary keystrokes and commands to proceed to the
: next. openQA can check whether the system can be installed, whether it works
: properly in 'live' mode, whether applications work or whether the system
: responds as expected to different installation options and commands.
:
: Even more importantly, openQA can run several combinations of tests for every
: revision of the operating system, reporting the errors detected for each
: combination of hardware configuration, installation options and variant of the
: operating system.