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

Last updated: May 18,2024

1. Install "buildbot-worker" package

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

$ sudo apt update $ sudo apt install buildbot-worker

2. Uninstall "buildbot-worker" package

Here is a brief guide to show you how to uninstall buildbot-worker on Kali Linux:

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

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

Package: buildbot-worker
Source: buildbot
Version: 3.10.1-2
Installed-Size: 318
Maintainer: Debian Python Team
Architecture: all
Replaces: buildbot-slave (<< 1.0), python3-buildbot-worker (<< 1.7.0)
Depends: python3-autobahn (>= 0.16.0), python3-msgpack, python3-twisted (>= 17.9.0), python3:any, passwd
Recommends: bzr | subversion | cvs | mercurial | darcs | git
Breaks: buildbot-slave (<< 1.0), python3-buildbot-worker (<< 1.7.0)
Size: 64112
SHA256: 21d178a04e3bcba9d19fda59af2c1fd86d7774db0bb7b0cb31508fc536d149b7
SHA1: 73df5ec936565f378bc00b3d147eb87750f9e24c
MD5sum: e6ae99d704eef0b6ab23da55d60af471
Description: System to automate the compile/test cycle (worker agent)
The BuildBot is a system to automate the compile/test cycle required
by most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed,
build problems are pinpointed quickly, before other developers are
inconvenienced by the failure. The guilty developer can be identified
and harassed without human intervention.
.
By running the builds on a variety of platforms, developers who do
not have the facilities to test their changes everywhere before
checkin will at least know shortly afterwards whether they have
broken the build or not. Warning counts, lint checks, image size,
compile time, and other build parameters can be tracked over time,
are more visible, and are therefore easier to improve.
.
This package contains the worker, which performs the actual builds.
It is recommended to run the worker on behalf of a non-privileged user.
Description-md5:
Homepage: https://buildbot.net
Section: devel
Priority: optional
Filename: pool/main/b/buildbot/buildbot-worker_3.10.1-2_all.deb