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

Last updated: May 18,2024

1. Install "dh-make" package

This guide covers the steps necessary to install dh-make on Kali Linux

$ sudo apt update $ sudo apt install dh-make

2. Uninstall "dh-make" package

This guide covers the steps necessary to uninstall dh-make on Kali Linux:

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

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

Package: dh-make
Version: 2.202304
Installed-Size: 161
Maintainer: Craig Small
Architecture: all
Depends: debhelper (>= 13.1), dpkg-dev, make, python3:any
Suggests: build-essential
Size: 33344
SHA256: 142a1c783c3919335e318a8a627a8cd2289bde8b5d25948fd0017f20c45adc37
SHA1: 2d7731a4e37b1db103871bc478de83bae8963864
MD5sum: 5955a8a21116e8ce6b128ae163a55b0d
Description: tool that converts source archives into Debian package source
This package allows you to take a standard (or upstream) source package
and convert it into a format that will allow you to build Debian packages.
.
After answering a few questions, dh_make will then provide a set of
templates that, after some small editing, will allow you to create a
Debian package.
Description-md5:
Multi-Arch: foreign
Homepage: https://salsa.debian.org/debian/dh-make
Tag: devel::debian, devel::packaging, implemented-in::perl,
interface::commandline, role::program, scope::utility, suite::debian,
works-with::software:package, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/d/dh-make/dh-make_2.202304_all.deb