How to Install and Uninstall perl-URI-Query Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-URI-Query" package

Please follow the steps below to install perl-URI-Query on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-URI-Query

2. Uninstall "perl-URI-Query" package

This guide covers the steps necessary to uninstall perl-URI-Query on openSuSE Tumbleweed:

$ sudo zypper remove perl-URI-Query

3. Information about the perl-URI-Query package on openSuSE Tumbleweed

Information for package perl-URI-Query:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-URI-Query
Version : 0.16-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 37.6 KiB
Installed : No
Status : not installed
Source package : perl-URI-Query-0.16-1.15.src
Upstream URL : https://metacpan.org/release/URI-Query
Summary : Class providing URI query string manipulation
Description :
URI::Query provides simple URI query string manipulation, allowing you to
create and manipulate URI query strings from GET and POST requests in web
applications. This is primarily useful for creating links where you wish to
preserve some subset of the parameters to the current request, and
potentially add or replace others. Given a query string this is doable with
regexes, of course, but making sure you get the anchoring and escaping
right is tedious and error-prone - this module is simpler.