How To Install libextutils-makemaker-dist-zilla-develop-perl on Kali Linux
Introduction
In this tutorial we learn how to install libextutils-makemaker-dist-zilla-develop-perl on Kali Linux.
What is libextutils-makemaker-dist-zilla-develop-perl
libextutils-makemaker-dist-zilla-develop-perl is:
Dist::Zilla makes developing modules much easier by generating all kinds of boilerplate files, saving authors from having to write them by hand, but in some cases this can make developing more inconvenient. The most prominent example of this is with Makefile.PL files - although the majority of distributions can be hacked on just by editing the files in a source control checkout and using prove for testing, for some this isn’t sufficient. In particular, distributions which use an auto-generated test suite and distributions which use XS both need special handling at build time before they will function, and with Dist::Zilla, this means running dzil build and rebuilding after every change. This is tedious!
ExtUtils::MakeMaker::Dist::Zilla::Develop provides an alternative. Create a minimal Makefile.PL in source control which handles just enough functionality for basic development (it can be as minimal as just what is in the /SYNOPSIS, but can also contain commands to generate your test suite, for example), and tell Dist::Zilla to replace it with a real Makefile.PL when you’re actually ready to build a real distribution. To do this, make sure you’re still using the MakeMaker|Dist::Zilla::Plugin::MakeMaker plugin, either directly or through a pluginbundle like @Basic|Dist::Zilla::PluginBundle::Basic, and add the exclude_filename = Makefile.PL option to your dist.ini where you use [GatherDir].
There are three methods to install libextutils-makemaker-dist-zilla-develop-perl on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install libextutils-makemaker-dist-zilla-develop-perl Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libextutils-makemaker-dist-zilla-develop-perl using apt-get by running the following command:
sudo apt-get -y install libextutils-makemaker-dist-zilla-develop-perlInstall libextutils-makemaker-dist-zilla-develop-perl Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libextutils-makemaker-dist-zilla-develop-perl using apt by running the following command:
sudo apt -y install libextutils-makemaker-dist-zilla-develop-perlInstall libextutils-makemaker-dist-zilla-develop-perl Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install libextutils-makemaker-dist-zilla-develop-perl using aptitude by running the following command:
sudo aptitude -y install libextutils-makemaker-dist-zilla-develop-perlHow To Uninstall libextutils-makemaker-dist-zilla-develop-perl on Kali Linux
To uninstall only the libextutils-makemaker-dist-zilla-develop-perl package we can use the following command:
sudo apt-get remove libextutils-makemaker-dist-zilla-develop-perlUninstall libextutils-makemaker-dist-zilla-develop-perl And Its Dependencies
To uninstall libextutils-makemaker-dist-zilla-develop-perl and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libextutils-makemaker-dist-zilla-develop-perlRemove libextutils-makemaker-dist-zilla-develop-perl Configurations and Data
To remove libextutils-makemaker-dist-zilla-develop-perl configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libextutils-makemaker-dist-zilla-develop-perlRemove libextutils-makemaker-dist-zilla-develop-perl configuration, data, and all of its dependencies
We can use the following command to remove libextutils-makemaker-dist-zilla-develop-perl configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libextutils-makemaker-dist-zilla-develop-perlDependencies
libextutils-makemaker-dist-zilla-develop-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libextutils-makemaker-dist-zilla-develop-perl package on Kali Linux using different package management tools: apt, apt-get and aptitude.