How To Install libregexp-common-net-cidr-perl on Kali Linux
Introduction
In this tutorial we learn how to install libregexp-common-net-cidr-perl on Kali Linux.
What is libregexp-common-net-cidr-perl
libregexp-common-net-cidr-perl is:
This module provides regexp patterns for CIDR netblocks.
There are three methods to install libregexp-common-net-cidr-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 libregexp-common-net-cidr-perl Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libregexp-common-net-cidr-perl using apt-get by running the following command:
sudo apt-get -y install libregexp-common-net-cidr-perlInstall libregexp-common-net-cidr-perl Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libregexp-common-net-cidr-perl using apt by running the following command:
sudo apt -y install libregexp-common-net-cidr-perlInstall libregexp-common-net-cidr-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 libregexp-common-net-cidr-perl using aptitude by running the following command:
sudo aptitude -y install libregexp-common-net-cidr-perlHow To Uninstall libregexp-common-net-cidr-perl on Kali Linux
To uninstall only the libregexp-common-net-cidr-perl package we can use the following command:
sudo apt-get remove libregexp-common-net-cidr-perlUninstall libregexp-common-net-cidr-perl And Its Dependencies
To uninstall libregexp-common-net-cidr-perl and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libregexp-common-net-cidr-perlRemove libregexp-common-net-cidr-perl Configurations and Data
To remove libregexp-common-net-cidr-perl configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libregexp-common-net-cidr-perlRemove libregexp-common-net-cidr-perl configuration, data, and all of its dependencies
We can use the following command to remove libregexp-common-net-cidr-perl configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libregexp-common-net-cidr-perlDependencies
libregexp-common-net-cidr-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libregexp-common-net-cidr-perl package on Kali Linux using different package management tools: apt, apt-get and aptitude.