How to Install and Uninstall dh-autoreconf.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "dh-autoreconf.noarch" package

In this section, we are going to explain the necessary steps to install dh-autoreconf.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install dh-autoreconf.noarch

2. Uninstall "dh-autoreconf.noarch" package

Learn how to uninstall dh-autoreconf.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove dh-autoreconf.noarch $ sudo dnf autoremove

3. Information about the dh-autoreconf.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:24:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : dh-autoreconf
Version : 20
Release : 5.el9
Architecture : noarch
Size : 23 k
Source : dh-autoreconf-20-5.el9.src.rpm
Repository : epel
Summary : debhelper add-on to call autoreconf and clean up after the build
URL : https://tracker.debian.org/pkg/dh-autoreconf
License : GPLv2+
Description : dh-autoreconf provides a debhelper sequence addon named 'autoreconf' and two
: commands, dh_autoreconf and dh_autoreconf_clean.
: * The dh_autoreconf command creates a list of the files and their checksums,
: calls autoreconf and then creates a second list for the new files.
: * The dh_autoreconf_clean command compares these two lists and removes all
: files which have been added or changed (files may be excluded if needed).
: For CDBS users, a rule is provided to call the dh-autoreconf programs at the
: right time.