How to Install and Uninstall debci-worker Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "debci-worker" package

Please follow the step by step instructions below to install debci-worker on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install debci-worker

2. Uninstall "debci-worker" package

Please follow the steps below to uninstall debci-worker on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the debci-worker package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: debci-worker
Priority: optional
Section: universe/devel
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: Antonio Terceiro
Architecture: all
Source: debci
Version: 1.0.2
Depends: debci (= 1.0.2), autodep8 (>= 0.2~), autopkgtest (>= 3.16), schroot | lxc, init-system-helpers (>= 1.18~)
Filename: pool/universe/d/debci/debci-worker_1.0.2_all.deb
Size: 3462
MD5sum: 5e84193fa72768bdd999b89a1e4f4c03
SHA1: 85644d5b9d0dc9bc778eeb570c0fc6fa3eac3d8e
SHA256: f1c69d65fd941ea98de56fe10d162a93d8f03aadecb4a15187d901a75312c63c
Description-en: 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: 6ea2307dc1e2980b7e8904c22f5f015d
Homepage: http://ci.debian.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu