How to Install and Uninstall dh-dist-zilla Package on Kali Linux

Last updated: May 02,2024

1. Install "dh-dist-zilla" package

Please follow the guidelines below to install dh-dist-zilla on Kali Linux

$ sudo apt update $ sudo apt install dh-dist-zilla

2. Uninstall "dh-dist-zilla" package

Here is a brief guide to show you how to uninstall dh-dist-zilla on Kali Linux:

$ sudo apt remove dh-dist-zilla $ sudo apt autoclean && sudo apt autoremove

3. Information about the dh-dist-zilla package on Kali Linux

Package: dh-dist-zilla
Version: 1.4.1
Installed-Size: 39
Maintainer: Elmar S. Heeb
Architecture: all
Provides: dh-sequence-dist-zilla
Depends: debhelper (>= 7), debhelper (<< 10.10.6~) | debhelper (>= 11.1.3~), libdist-zilla-perl, perl:any
Recommends: devscripts
Suggests: libdist-zilla-app-command-authordebs-perl, pristine-tar, xz-utils
Enhances: debhelper, libdist-zilla-perl
Size: 17928
SHA256: 7af5b7e2237e65a0991bf4e78fea6dcbdb0068b8a7ec66c2a36a62a8cbf70831
SHA1: 67d98ed1b46382b9499f36dafe55e69043e16736
MD5sum: 6cd81fc280c755fbbc65d0cebb118c5b
Description: debhelper add-on to call dzil build and clean up after the build
dh-dist-zilla provides a debhelper sequence addon named 'dist_zilla',
i.e. you can use it in your project's debian/rules as "dh $@ --with
dist-zilla".
.
The intention is to be able to build Debian Perl packages directly
from a Dist::Zilla based Perl distributions without generating the
CPAN distribution tar-ball manually first. It is analogous to using
autoreconf to generate the configure script.
.
The orig.tar.gz/.xz file must only contain the dist.ini and source
files but not the generated files like META.yml, README, etc. If you
use dh-dist-zilla, you can use "debian/rules get-orig-source" to
generate a conforming upstream tar ball if none is available yet.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/elmar/dh-dist-zilla
Tag: devel::buildtools, devel::debian, devel::lang:perl, devel::library,
devel::packaging, implemented-in::perl, interface::commandline,
role::program, scope::utility, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/d/dh-dist-zilla/dh-dist-zilla_1.4.1_all.deb