How to Install and Uninstall libstring-dirify-perl Package on Kali Linux

Last updated: May 10,2024

1. Install "libstring-dirify-perl" package

Here is a brief guide to show you how to install libstring-dirify-perl on Kali Linux

$ sudo apt update $ sudo apt install libstring-dirify-perl

2. Uninstall "libstring-dirify-perl" package

This tutorial shows how to uninstall libstring-dirify-perl on Kali Linux:

$ sudo apt remove libstring-dirify-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstring-dirify-perl package on Kali Linux

Package: libstring-dirify-perl
Version: 1.03-3
Installed-Size: 23
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 8012
SHA256: 985cf57440191fefc4abf590f2925c7263873b190196eb41511a4244508eca21
SHA1: 27d5821021a0dcf04801992d992ac72f290162d8
MD5sum: 9f773675e15c2f05a59645d63286b0ac
Description: utility converting string to a safe format
String::Dirify converts a string (possibly containing high ASCII characters,
and even HTML) into another, lower-cased, string which can be used as a
directory name or URL.
.
The algorithm is as follows:
* Each high ASCII character is replaced by its normal equivalent
* The string is converted to lower case
* Any HTML (including HTML entities) in the string is removed
* Any characters which are not (Perl) words, spaces or hyphens, are removed
* Runs of spaces are converted to the separator character
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/String-Dirify
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libs/libstring-dirify-perl/libstring-dirify-perl_1.03-3_all.deb