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

Last updated: October 13,2024

1. Install "dh-autoreconf.noarch" package

Here is a brief guide to show you how to install dh-autoreconf.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "dh-autoreconf.noarch" package

Please follow the guidance below to uninstall dh-autoreconf.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:01:12 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : dh-autoreconf
Version : 19
Release : 6.el8
Architecture : noarch
Size : 24 k
Source : dh-autoreconf-19-6.el8.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.