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

Last updated: May 17,2024

1. Install "debbuild.noarch" package

Learn how to install debbuild.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install debbuild.noarch

2. Uninstall "debbuild.noarch" package

Please follow the instructions below to uninstall debbuild.noarch on Oracle Linux 8:

$ sudo dnf remove debbuild.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:13:08 ago on Mon Sep 12 02:51:38 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.