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

Last updated: April 28,2024

1. Install "buildbot-slave" package

Please follow the guidelines below to install buildbot-slave on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install buildbot-slave

2. Uninstall "buildbot-slave" package

This guide let you learn how to uninstall buildbot-slave on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: buildbot-slave
Priority: optional
Section: universe/devel
Installed-Size: 607
Maintainer: Ubuntu Developers
Original-Maintainer: Andriy Senkovych
Architecture: all
Version: 0.8.12-1
Depends: python (>= 2.7), python (<< 2.8), python-twisted, adduser
Suggests: buildbot, bzr | subversion | cvs | mercurial | darcs | git-core
Breaks: buildbot (<< 0.8)
Filename: pool/universe/b/buildbot-slave/buildbot-slave_0.8.12-1_all.deb
Size: 88882
MD5sum: 141ddd481f805359db291035136b3bd3
SHA1: 7b259431d30500e3ef1ca29c71547cb71525bf71
SHA256: 3a446bbec9260d39dc89967384f2d1f218160bf4f0685448f7771e80bbf344bc
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