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

Last updated: October 08,2024

1. Install "debbuild.noarch" package

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

$ sudo dnf update $ sudo dnf install debbuild.noarch

2. Uninstall "debbuild.noarch" package

This tutorial shows how to uninstall debbuild.noarch on Fedora 38:

$ sudo dnf remove debbuild.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:13:39 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : debbuild
Version : 20.04.0
Release : 10.fc38
Architecture : noarch
Size : 58 k
Source : debbuild-20.04.0-10.fc38.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.