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

Last updated: May 15,2024

1. Install "debci-worker" package

This tutorial shows how to install debci-worker on Kali Linux

$ sudo apt update $ sudo apt install debci-worker

2. Uninstall "debci-worker" package

This guide covers the steps necessary to uninstall debci-worker on Kali Linux:

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

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

Package: debci-worker
Source: debci
Version: 3.9
Installed-Size: 35
Maintainer: Debian CI team
Architecture: all
Depends: debci (= 3.9), inotify-tools, autodep8 (>= 0.2~), autopkgtest (>= 5.29~)
Recommends: lxc
Size: 14356
SHA256: f079c7f9b50c4c760a3507ad05e3084f0e05243c62e10d7968d402590873c958
SHA1: abf1edf7fd42d78fe87649e848cdb122eeefbc1e
MD5sum: 7837bee82293d038276e42c97833511d
Description: continuous integration system for Debian (worker daemon)
debci will scan the Debian archive for packages that contain DEP-8 compliant
test suites, and run those test suites whenever a new version of the package,
or of any package in its dependency chain (modulo the base system), is
available.
.
The requests are distributed to worker machines through AMQP queues. You need
rabbitmq-server for this; but it is also possible to run RabbitMQ on a
different server than debci, in which case you do not need to install that
recommendation.
.
This package provides cron and init integration for running debci worker
daemons that will listen to AMQP queues and run test jobs.
Description-md5:
Homepage: http://ci.debian.net/
Section: devel
Priority: optional
Filename: pool/main/d/debci/debci-worker_3.9_all.deb