How to Install and Uninstall buildbot.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "buildbot.noarch" package

This guide covers the steps necessary to install buildbot.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install buildbot.noarch

2. Uninstall "buildbot.noarch" package

In this section, we are going to explain the necessary steps to uninstall buildbot.noarch on Fedora 39:

$ sudo dnf remove buildbot.noarch $ sudo dnf autoremove

3. Information about the buildbot.noarch package on Fedora 39

Last metadata expiration check: 1:30:17 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : buildbot
Version : 3.11.0
Release : 2.fc39
Architecture : noarch
Size : 8.7 k
Source : buildbot-3.11.0-2.fc39.src.rpm
Repository : updates
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.