How to Install and Uninstall openqa-worker Package on Kali Linux

Last updated: May 20,2024

1. Install "openqa-worker" package

Please follow the guidelines below to install openqa-worker on Kali Linux

$ sudo apt update $ sudo apt install openqa-worker

2. Uninstall "openqa-worker" package

Please follow the step by step instructions below to uninstall openqa-worker on Kali Linux:

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

3. Information about the openqa-worker package on Kali Linux

Package: openqa-worker
Source: openqa
Version: 4.6.1700240294.34068e38e-1.1
Installed-Size: 237
Maintainer: Philip Hands
Architecture: all
Depends: perl:any, openqa-client (>= 4.6.1700240294.34068e38e-1.1), os-autoinst (>= 4.6.1631608584), libsql-splitstatement-perl, libmojo-ioloop-readwriteprocess-perl, libnet-dns-native-perl, vde2, libfile-map-perl
Pre-Depends: openqa-common (>= 4.6.1700240294.34068e38e-1.1)
Recommends: qemu, libminion-backend-sqlite-perl
Size: 45960
SHA256: ea7a97fef35579500995d6c58f786607d64514a34cabcd40f38a2e65ae564a0b
SHA1: 5228051b63a44cf3d6cd663b470fccaf2f25d52c
MD5sum: 611cacebdf6ca4a827f5834988f77854
Description: automatic Operating System testing framework (worker)
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 of little more than sequences 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 is to be installed on a worker system (which may also be acting as
a server). Workers register with a server (or perhaps multiple servers), and
can then accept jobs, and run tests (using the os-autoinst test engine).
Description-md5:
Homepage: https://open.qa
Section: devel
Priority: optional
Filename: pool/main/o/openqa/openqa-worker_4.6.1700240294.34068e38e-1.1_all.deb