How To Install libstring-tagged-perl on Kali Linux
Introduction
In this tutorial we learn how to install libstring-tagged-perl
on Kali Linux.
What is libstring-tagged-perl
libstring-tagged-perl is:
String::Tagged implements an object class, instances of which store a (mutable) string buffer that supports tags. A tag is a name/value pair that applies to some non-empty extent of the underlying string.
The types of tag names ought to be strings, or at least values that are well-behaved as strings, as the names will often be used as the keys in hashes or applied to the eq operator.
The types of tag values are not restricted - any scalar will do. This could be a simple integer or string, ARRAY or HASH reference, or even a CODE reference containing an event handler of some kind.
Tags may be arbitrarily overlapped. Any given offset within the string has in effect, a set of uniquely named tags. Tags of different names are independent. For tags of the same name, only the latest, shortest tag takes effect.
There are three methods to install libstring-tagged-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 libstring-tagged-perl Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libstring-tagged-perl
using apt-get
by running the following command:
Install libstring-tagged-perl Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libstring-tagged-perl
using apt
by running the following command:
Install libstring-tagged-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 libstring-tagged-perl
using aptitude
by running the following command:
How To Uninstall libstring-tagged-perl on Kali Linux
To uninstall only the libstring-tagged-perl
package we can use the following command:
Uninstall libstring-tagged-perl And Its Dependencies
To uninstall libstring-tagged-perl
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libstring-tagged-perl Configurations and Data
To remove libstring-tagged-perl
configuration and data from Kali Linux we can use the following command:
Remove libstring-tagged-perl configuration, data, and all of its dependencies
We can use the following command to remove libstring-tagged-perl
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libstring-tagged-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libstring-tagged-perl
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.