How to Install and Uninstall debbuild.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "debbuild.noarch" package

Please follow the instructions below to install debbuild.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install debbuild.noarch

2. Uninstall "debbuild.noarch" package

This tutorial shows how to uninstall debbuild.noarch on Rocky Linux 8:

$ sudo dnf remove debbuild.noarch $ sudo dnf autoremove

3. Information about the debbuild.noarch package on Rocky Linux 8

Last metadata expiration check: 0:52:34 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : debbuild
Version : 20.04.0
Release : 1.el8
Architecture : noarch
Size : 61 k
Source : debbuild-20.04.0-1.el8.src.rpm
Repository : epel
Summary : Build Debian-compatible .deb packages from RPM .spec files
URL : https://github.com/debbuild/debbuild
License : GPLv2+
Description : debbuild attempts to build Debian-friendly semi-native packages from
: RPM spec files, RPM-friendly tarballs, and RPM source packages
: (.src.rpm files). It accepts most of the options rpmbuild does, and
: should be able to interpret most spec files usefully.