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

Last updated: May 23,2024

1. Install "dh-make-perl" package

This is a short guide on how to install dh-make-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dh-make-perl

2. Uninstall "dh-make-perl" package

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

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

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

Package: dh-make-perl
Priority: optional
Section: universe/devel
Installed-Size: 380
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.89-1
Depends: debhelper (>= 8), dpkg-dev, fakeroot, libapt-pkg-perl, libarray-unique-perl, libclass-accessor-perl, libconfig-ini-perl, libdpkg-perl, libemail-address-perl, libemail-date-format-perl, libfile-which-perl, liblist-moreutils-perl, libmodule-depends-perl (>= 0.15), libparse-debcontrol-perl, libparse-debianchangelog-perl, libsoftware-license-perl, libtie-ixhash-perl, libwww-mechanize-perl, libyaml-perl, libyaml-libyaml-perl, make, perl, perl (>= 5.13.10) | libcpan-meta-perl
Recommends: apt-file (>= 2.5.0), git, libdpkg-parse-perl, pristine-tar
Filename: pool/universe/d/dh-make-perl/dh-make-perl_0.89-1_all.deb
Size: 139604
MD5sum: d98267e0e33e5cf98ba9a0ecb14b9b88
SHA1: 7e6dfd54c19aaab366387411e246cba6b3c77562
SHA256: e35f63f56d196962ead6fd8e73d870d268021c62edb223a5b2565fb6d78aeac3
Description-en: helper for creating Debian packages from perl modules
dh-make-perl will create the files required to build a Debian source
package out of a perl package. This works for most simple packages
and is also useful for getting started with packaging perl modules.
Given a perl package name, it can also automatically download it from
CPAN.
.
dh-make-perl can also help keeping the debian/ content current when upstream
dependencies or Debian practices change. It can also help improve existing
Perl module packages.
.
Includes the cpan2deb and cpan2dsc flavours.
Description-md5: bf65adb281fde2fa40c2355d8456c9e4
Homepage: https://metacpan.org/release/DhMakePerl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu