How to Install and Uninstall buildbot.noarch Package on AlmaLinux 8

Last updated: January 04,2025

1. Install "buildbot.noarch" package

This is a short guide on how to install buildbot.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install buildbot.noarch

2. Uninstall "buildbot.noarch" package

This is a short guide on how to uninstall buildbot.noarch on AlmaLinux 8:

$ sudo dnf remove buildbot.noarch $ sudo dnf autoremove

3. Information about the buildbot.noarch package on AlmaLinux 8

Last metadata expiration check: 1:08:16 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : buildbot
Version : 3.3.0
Release : 3.el8
Architecture : noarch
Size : 16 k
Source : buildbot-3.3.0-3.el8.src.rpm
Repository : epel
Summary : Build/test automation system
URL : https://buildbot.net
License : GPLv2
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.