How to Install and Uninstall dh-autoreconf Package on Kali Linux

Last updated: May 21,2024

1. Install "dh-autoreconf" package

This tutorial shows how to install dh-autoreconf on Kali Linux

$ sudo apt update $ sudo apt install dh-autoreconf

2. Uninstall "dh-autoreconf" package

This tutorial shows how to uninstall dh-autoreconf on Kali Linux:

$ sudo apt remove dh-autoreconf $ sudo apt autoclean && sudo apt autoremove

3. Information about the dh-autoreconf package on Kali Linux

Package: dh-autoreconf
Version: 20
Installed-Size: 46
Maintainer: Julian Andres Klode
Architecture: all
Depends: autoconf, automake, autopoint, libdebhelper-perl | debhelper (<< 12.6~), libtool (>= 2.4.2), perl:any
Enhances: cdbs, debhelper
Breaks: dpatch (<< 2.0.38+nmu1~), quilt (<< 0.63-8.2~)
Size: 17108
SHA256: 9527d06ee13195c48718a2580d7262883344a5ecc7a77b48c3b7aa70086a0125
SHA1: 58218d5fd111e985646c0d8d109cf64162796716
MD5sum: 4e651de0bd2d70c7d57d47b01bb8af4d
Description: debhelper add-on to call autoreconf and clean up after the build
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.
Description-md5:
Multi-Arch: foreign
Tag: devel::debian, suite::debian
Section: devel
Priority: optional
Filename: pool/main/d/dh-autoreconf/dh-autoreconf_20_all.deb