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

Last updated: January 11,2025

1. Install "debbuild.noarch" package

Here is a brief guide to show you how to install debbuild.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install debbuild.noarch

2. Uninstall "debbuild.noarch" package

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

$ sudo dnf remove debbuild.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:23:53 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : debbuild
Version : 20.04.0
Release : 11.fc39
Architecture : noarch
Size : 58 k
Source : debbuild-20.04.0-11.fc39.src.rpm
Repository : fedora
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.