How to Install and Uninstall librose-uri-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "librose-uri-perl" package

This is a short guide on how to install librose-uri-perl on Kali Linux

$ sudo apt update $ sudo apt install librose-uri-perl

2. Uninstall "librose-uri-perl" package

Please follow the steps below to uninstall librose-uri-perl on Kali Linux:

$ sudo apt remove librose-uri-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the librose-uri-perl package on Kali Linux

Package: librose-uri-perl
Version: 1.02-2
Installed-Size: 39
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, librose-object-perl, liburi-perl
Size: 14092
SHA256: 573e63229b614b722bb67b7c1bde75c141a2161685e5546f12aa38afccd9c22f
SHA1: 42127cedc61e5cea044a5edb7ff976b823d8887d
MD5sum: e8cf330ecb3e69bd78f4104c85b4909b
Description: module for an easy manipulation of URI components
Rose::URI perl module is an alternative to URI with more
functionalities like:
* a rich set of query string manipulation methods
* query parameters with multiple values
* usage of Apache's C-based URI parsing and HTML escaping functions
when run in a mod_perl 1.x web server environment.
.
Rose::URI stores each URI "in pieces" (scheme, host, path, etc.) and
then assembles those pieces when the entire URI is needed as a
string. This technique is based on the assumption that the URI will be
manipulated many more times than it is stringified. If this is not the
case in your usage scenario, then URI may be a better alternative.
.
Rose::URI actually uses the URI class to do the heavy lifting of
parsing URIs when not running in a mod_perl 1.x environment.
Description-md5:
Homepage: https://metacpan.org/release/Rose-URI
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libr/librose-uri-perl/librose-uri-perl_1.02-2_all.deb