How to Install and Uninstall debhelper.noarch Package on Fedora 35

Last updated: September 28,2024

1. Install "debhelper.noarch" package

Please follow the guidelines below to install debhelper.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install debhelper.noarch

2. Uninstall "debhelper.noarch" package

Please follow the guidance below to uninstall debhelper.noarch on Fedora 35:

$ sudo dnf remove debhelper.noarch $ sudo dnf autoremove

3. Information about the debhelper.noarch package on Fedora 35

Last metadata expiration check: 0:20:56 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : debhelper
Version : 13.7.1
Release : 1.fc35
Architecture : noarch
Size : 1.0 M
Source : debhelper-13.7.1-1.fc35.src.rpm
Repository : updates
Summary : Helper programs for debian/rules
URL : https://tracker.debian.org/pkg/debhelper
License : GPLv2+
Description : A collection of programs that can be used in a debian/rules file to
: automate common tasks related to building Debian packages. Programs
: are included to install various files into your package, compress
: files, fix file permissions, integrate your package with the Debian
: menu system, debconf, doc-base, etc. Most Debian packages use debhelper
: as part of their build process.