How to Install and Uninstall openqa Package on Kali Linux

Last updated: May 18,2024

1. Install "openqa" package

This tutorial shows how to install openqa on Kali Linux

$ sudo apt update $ sudo apt install openqa

2. Uninstall "openqa" package

Please follow the steps below to uninstall openqa on Kali Linux:

$ sudo apt remove openqa $ sudo apt autoclean && sudo apt autoremove

3. Information about the openqa package on Kali Linux

Package: openqa
Version: 4.6.1700240294.34068e38e-1.1
Installed-Size: 10936
Maintainer: Philip Hands
Architecture: all
Depends: perl:any, openqa-common (>= 4.6.1700240294.34068e38e-1.1), openqa-client (>= 4.6.1700240294.34068e38e-1.1), sqlite3, git, optipng, dbus, liburi-perl, liblwp-protocol-https-perl, libdbix-class-perl (>= 0.082801), libsql-splitstatement-perl, libdbix-class-deploymenthandler-perl, libmojo-sqlite-perl, libjson-validator-perl, libtext-diff-perl, libyaml-pp-perl, libdatetime-format-pg-perl, libminion-perl (>= 10.25), libmojo-pg-perl, libcommonmark-perl, postgresql, libclass-c3-componentised-perl, fonts-fork-awesome, libjs-jquery-datatables, libjs-codemirror, libjs-jquery, libjs-jquery-timeago, libjs-popper.js, node-jquery-ujs (>= 1.2.3-1), libjs-cropper
Recommends: apparmor-profiles, apparmor-utils, apache2, logrotate, libdbd-pg-perl, libmojolicious-plugin-oauth2-perl
Size: 1345132
SHA256: 8917dd8ddfadc77e7a5f3073e8b8fccc6ad38e40b9089ae4a2e3ddb835f6c6f1
SHA1: 88baa4fdc83104f365a56a4dcb3ac0452833d783
MD5sum: c60c7a90a4f5d6c306cb469b50a00af9
Description: automatic Operating System testing framework (webUI & scheduler)
openQA is a testing framework that allows you to run tests on pretty-much
anything that you can get 'remote' control of (most often, anything you can run
in a VM and point VNC at). This allows testing of things including GUI
applications, system boot-up (BIOS, bootloaders, kernels), installers and whole
operating systems.
.
Tests (using Perl syntax) generally consist mostly of sequences of code like:
assert_and_click 'some_icon';
assert_screen 'some_prompt';
send_key 'ret';
which are run using the os-autoinst test engine, by a worker. The tags named in
scripts can then be associated with 'needles' (elements of screenshots) via the
webUI (either from past tests, or while controlling a live test). Other testing
possibilities include: serial-connected headless systems, multi-host networked
tests, and non-VM 'real' systems.
.
This package includes the job scheduler, the elements providing the services to
allow workers to run tests and upload results, and the Web-based user
interface.
Description-md5:
Homepage: https://open.qa
Tag: devel::testing-qa, implemented-in::perl, interface::web, role::program
Section: devel
Priority: optional
Filename: pool/main/o/openqa/openqa_4.6.1700240294.34068e38e-1.1_all.deb