How to Install and Uninstall module-build-service.noarch Package on Fedora 36

Last updated: June 02,2024

1. Install "module-build-service.noarch" package

Here is a brief guide to show you how to install module-build-service.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install module-build-service.noarch

2. Uninstall "module-build-service.noarch" package

Learn how to uninstall module-build-service.noarch on Fedora 36:

$ sudo dnf remove module-build-service.noarch $ sudo dnf autoremove

3. Information about the module-build-service.noarch package on Fedora 36

Last metadata expiration check: 4:15:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : module-build-service
Version : 3.6.1
Release : 7.fc36
Architecture : noarch
Size : 355 k
Source : module-build-service-3.6.1-7.fc36.src.rpm
Repository : fedora
Summary : The Module Build Service for Modularity
URL : https://pagure.io/fm-orchestrator
License : MIT
Description : The Module Build Service (MBS) coordinates module builds and is responsible
: for a number of tasks:
:
: - Providing an interface for module client-side tooling via which module build
: submission and build state queries are possible.
: - Verifying the input data (modulemd, RPM SPEC files and others) is available
: and correct.
: - Preparing the build environment in the supported build systems, such as koji.
: - Scheduling and building of the module components and tracking the build
: state.
: - Emitting bus messages about all state changes so that other infrastructure
: services can pick up the work.