How to Install and Uninstall module-build-service.noarch Package on CentOS Stream 8

Last updated: October 07,2024

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

Please follow the steps below to install module-build-service.noarch on CentOS Stream 8

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

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

This guide covers the steps necessary to uninstall module-build-service.noarch on CentOS Stream 8:

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

3. Information about the module-build-service.noarch package on CentOS Stream 8

Last metadata expiration check: 5:04:32 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : module-build-service
Version : 3.9.2
Release : 3.el8
Architecture : noarch
Size : 358 k
Source : module-build-service-3.9.2-3.el8.src.rpm
Repository : epel
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.