How to Install and Uninstall dh-dist-zilla Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "dh-dist-zilla" package

Learn how to install dh-dist-zilla on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "dh-dist-zilla" package

Please follow the guidance below to uninstall dh-dist-zilla on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the dh-dist-zilla package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: dh-dist-zilla
Priority: optional
Section: universe/devel
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Elmar S. Heeb
Architecture: all
Version: 1.3.1
Depends: debhelper (>= 7), libdist-zilla-perl, perl
Recommends: devscripts, libgetopt-mixed-perl
Suggests: pristine-tar, xz-utils
Filename: pool/universe/d/dh-dist-zilla/dh-dist-zilla_1.3.1_all.deb
Size: 15750
MD5sum: 5d087699478e0c9eb62e1f43dbe128d3
SHA1: 463a481f92a9c8a88e3ec589ac7fc93d4621aefe
SHA256: 29f4a77c387c84a0694edd3c2dd9b95868e33c5d75d9f0301779821ce5cf0b17
Description-en: 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: b703da6339cf972a39e3ae765d34f628
Enhances: debhelper, libdist-zilla-perl
Multi-Arch: foreign
Homepage: https://github.com/elmar/dh-dist-zilla
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu