How to Install and Uninstall buildbot Package on Kali Linux

Last updated: July 04,2024

1. Install "buildbot" package

This guide let you learn how to install buildbot on Kali Linux

$ sudo apt update $ sudo apt install buildbot

2. Uninstall "buildbot" package

This guide let you learn how to uninstall buildbot on Kali Linux:

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

3. Information about the buildbot package on Kali Linux

Package: buildbot
Version: 3.10.1-2
Installed-Size: 2933
Maintainer: Debian Python Team
Architecture: all
Replaces: python3-buildbot (<< 1.7.0)
Depends: debconf (>= 0.5) | debconf-2.0, python3-alembic (>= 1.6.0), python3-autobahn (>= 0.16.0), python3-croniter, python3-dateutil (>= 1.5), python3-importlib-resources, python3-jinja2 (>= 2.1), python3-jwt, python3-msgpack, python3-packaging, python3-pkg-resources (>= 8.0), python3-sqlalchemy (<< 1.5), python3-sqlalchemy (>= 1.3.0), python3-twisted (>= 17.9.0), python3-txaio (>= 2.2.2), python3-unidiff (>= 0.6.0), python3-yaml, python3-zope.interface (>= 4.1.1), python3:any, python3-idna, python3-openssl, python3-service-identity, python3-txrequests, passwd
Recommends: buildbot-worker, bash-completion
Suggests: buildbot-doc, python3-lz4, python3-psycopg2 | python3-mysqldb
Breaks: python3-buildbot (<< 1.7.0)
Size: 465628
SHA256: f49633cb80ecfc2421173bc9c15343446999563c3da7f7973665db65be2f289a
SHA1: 0615f61f33ee61895a8b8463e052f4a7be0d09f8
MD5sum: 226457338ea47124852da0e69d9525f8
Description: System to automate the compile/test cycle (server)
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 master server.
Description-md5:
Homepage: https://buildbot.net
Tag: devel::buildtools, devel::lang:python, devel::testing-qa,
implemented-in::python, role::program
Section: devel
Priority: optional
Filename: pool/main/b/buildbot/buildbot_3.10.1-2_all.deb