How to Install and Uninstall buildbot.noarch Package on CentOS Stream 9

Last updated: December 30,2024

1. Install "buildbot.noarch" package

Here is a brief guide to show you how to install buildbot.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install buildbot.noarch

2. Uninstall "buildbot.noarch" package

Please follow the guidelines below to uninstall buildbot.noarch on CentOS Stream 9:

$ sudo dnf remove buildbot.noarch $ sudo dnf autoremove

3. Information about the buildbot.noarch package on CentOS Stream 9

Last metadata expiration check: 2:52:10 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : buildbot
Version : 3.11.0
Release : 2.el9
Architecture : noarch
Size : 8.6 k
Source : buildbot-3.11.0-2.el9.src.rpm
Repository : epel
Summary : Build/test automation system
URL : https://buildbot.net
License : GPL-2.0-only
Description : 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.