How to Install and Uninstall buildbot Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 04,2024

1. Install "buildbot" package

Please follow the instructions below to install buildbot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install buildbot

2. Uninstall "buildbot" package

Please follow the step by step instructions below to uninstall buildbot on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the buildbot package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: buildbot
Priority: optional
Section: universe/devel
Installed-Size: 15684
Maintainer: Ubuntu Developers
Original-Maintainer: Andriy Senkovych
Architecture: amd64
Version: 0.8.12-3
Depends: python (>= 2.7), python (<< 2.8), python-twisted-core, python-jinja2 (>= 2.1), python-sqlalchemy (>= 1.0~), python-sqlalchemy (<< 1.1), python-migrate (>= 0.6.1), python-dateutil (>= 1.5), libjs-sphinxdoc (>= 1.0), libc6 (>= 2.4), python-twisted (>= 2.0), dpkg (>= 1.15.4), adduser
Recommends: buildbot-slave, python-twisted-mail, libaprutil1
Suggests: bzr | subversion | cvs | mercurial | darcs | git
Filename: pool/universe/b/buildbot/buildbot_0.8.12-3_amd64.deb
Size: 2460040
MD5sum: 34c9cdc9e9fb17d67c6cf516243951af
SHA1: 24b76dbc9ad88d7e081a638754cce07e5d3bd889
SHA256: 64e0770f57ea7ec92c43585bb1ca704f78fcc704cade07ba83dd7b4850abdbf8
Description-en: system to automate the compile/test cycle
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.
Description-md5: 298ec22b779490a3c70577e0331e261a
Homepage: http://buildbot.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu