How to Install and Uninstall debmake Package on Kali Linux

Last updated: May 17,2024

1. Install "debmake" package

This tutorial shows how to install debmake on Kali Linux

$ sudo apt update $ sudo apt install debmake

2. Uninstall "debmake" package

Here is a brief guide to show you how to uninstall debmake on Kali Linux:

$ sudo apt remove debmake $ sudo apt autoclean && sudo apt autoremove

3. Information about the debmake package on Kali Linux

Package: debmake
Version: 4.4.0-3
Installed-Size: 493
Maintainer: Osamu Aoki
Architecture: all
Depends: devscripts, dpkg-dev, python3-debian, rsync, python3:any
Recommends: build-essential, strace, wget | curl
Suggests: autotools-dev, ccache, cmake, debmake-doc, dgit, dh-autoreconf, dh-python, eatmydata, gem2deb, git, git-buildpackage, gitk, javahelper, lintian, mc, quilt, rpm2cpio, sbuild
Size: 77036
SHA256: 82cdf825b63a10f14a0ea76f668417f30790337d1af0b8a431f83a476cecdd2a
SHA1: deb16966a16a9182636db91eb07477fd765b815f
MD5sum: e1ffc3f0d05210e45bf2191c17287be5
Description: helper script to make the Debian source package
This package helps you to convert an upstream source package (or VCS contents)
into the Debian package by adding files required for the Debian source
package. The generated debian/rules file uses the new dh command syntax from
the debhelper (>=11~) package.
.
The debmake command invoked in the upstream source tree without any option can
generate files which is good enough to create a single arch=any Debian binary
package for local use without touching them. The generated files should be
edited to make it conform to the Debian policy if the package is to be
uploaded to the Debian archive. By adding few options, this command can
generate template files for the arbitrary combination of the multi-binary and
multi-arch package, etc. This includes making of the rules file for the -dbg
package and the control file for the multiarch library package.
.
This debmake command also scans copyright and license texts in the source
files to help crafting the proper DEP-5 compatible debian/copyright file.
Description-md5:
Multi-Arch: foreign
Homepage: https://salsa.debian.org/debian/debmake
Section: devel
Priority: optional
Filename: pool/main/d/debmake/debmake_4.4.0-3_all.deb