How to Install and Uninstall debhelper.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 29,2024
1. Install "debhelper.noarch" package
Here is a brief guide to show you how to install debhelper.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
debhelper.noarch
Copied
2. Uninstall "debhelper.noarch" package
Please follow the steps below to uninstall debhelper.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
debhelper.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the debhelper.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:21:47 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : debhelper
Version : 12.7.3
Release : 2.el8
Architecture : noarch
Size : 989 k
Source : debhelper-12.7.3-2.el8.src.rpm
Repository : epel
Summary : Helper programs for debian/rules
URL : http://kitenet.net/~joey/code/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.
Available Packages
Name : debhelper
Version : 12.7.3
Release : 2.el8
Architecture : noarch
Size : 989 k
Source : debhelper-12.7.3-2.el8.src.rpm
Repository : epel
Summary : Helper programs for debian/rules
URL : http://kitenet.net/~joey/code/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.