How to Install and Uninstall librose-uri-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 28,2024

1. Install "librose-uri-perl" package

Please follow the step by step instructions below to install librose-uri-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "librose-uri-perl" package

This guide let you learn how to uninstall librose-uri-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the librose-uri-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: librose-uri-perl
Priority: optional
Section: universe/perl
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.00-1
Depends: perl, librose-object-perl, liburi-perl
Filename: pool/universe/libr/librose-uri-perl/librose-uri-perl_1.00-1_all.deb
Size: 14200
MD5sum: 16beb6a6d65557d0730f53cc6fe3895c
SHA1: 5eb8fa0960000f690451f4712a029d08f8b5c495
SHA256: ef51abc865651361d49c1bf18f3b86485397d3ac2462ee4344d8ee474b73210b
Description-en: 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: 515a9b68c18229e363f1e895252dd1f6
Homepage: http://search.cpan.org/dist/Rose-URI/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu