How To Install libdate-manip-perl on Kali Linux
Introduction
In this tutorial we learn how to install libdate-manip-perl
on Kali Linux.
What is libdate-manip-perl
libdate-manip-perl is:
Date::Manip is a Perl module that contains a set of routines designed to make any common date/time manipulation easy to do. It aims to make operations like comparing two times, calculating a time a given amount of time from another, or parsing international times simpler.
The focus of Date::Manip has been to be able to do ANY desired date or time operation easily, though not necessarily quickly. There are other modules that can do a small subset of these operations quicker, so if speed is a primary issue, you should look elsewhere.
There are three methods to install libdate-manip-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 libdate-manip-perl Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libdate-manip-perl
using apt-get
by running the following command:
Install libdate-manip-perl Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libdate-manip-perl
using apt
by running the following command:
Install libdate-manip-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.
After updating apt database, We can install libdate-manip-perl
using aptitude
by running the following command:
How To Uninstall libdate-manip-perl on Kali Linux
To uninstall only the libdate-manip-perl
package we can use the following command:
Uninstall libdate-manip-perl And Its Dependencies
To uninstall libdate-manip-perl
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libdate-manip-perl Configurations and Data
To remove libdate-manip-perl
configuration and data from Kali Linux we can use the following command:
Remove libdate-manip-perl configuration, data, and all of its dependencies
We can use the following command to remove libdate-manip-perl
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libdate-manip-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libdate-manip-perl
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.