How to Install and Uninstall dh-autoreconf Package on openSUSE Leap

Last updated: May 21,2024

1. Install "dh-autoreconf" package

Please follow the guidelines below to install dh-autoreconf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install dh-autoreconf

2. Uninstall "dh-autoreconf" package

Here is a brief guide to show you how to uninstall dh-autoreconf on openSUSE Leap:

$ sudo zypper remove dh-autoreconf

3. Information about the dh-autoreconf package on openSUSE Leap

Information for package dh-autoreconf:
--------------------------------------
Repository : Main Repository
Name : dh-autoreconf
Version : 19-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 25.5 KiB
Installed : No
Status : not installed
Source package : dh-autoreconf-19-bp155.2.9.src
Upstream URL : http://www.debian.org
Summary : Add-on for debhelper to call autoreconf and clean up after the build
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.