How to Install and Uninstall buildbot-master.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "buildbot-master.noarch" package

This guide let you learn how to install buildbot-master.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install buildbot-master.noarch

2. Uninstall "buildbot-master.noarch" package

Here is a brief guide to show you how to uninstall buildbot-master.noarch on Fedora 34:

$ sudo dnf remove buildbot-master.noarch $ sudo dnf autoremove

3. Information about the buildbot-master.noarch package on Fedora 34

Last metadata expiration check: 2:13:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : buildbot-master
Version : 3.3.0
Release : 3.fc34
Architecture : noarch
Size : 1.5 M
Source : buildbot-3.3.0-3.fc34.src.rpm
Repository : updates
Summary : Build/test automation system master
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.
:
: This package contains only the buildmaster implementation.
: The buildbot-worker package contains the buildworker.