How to Install and Uninstall perl-URI-Query.noarch Package on Fedora 34

Last updated: September 28,2024

1. Install "perl-URI-Query.noarch" package

Please follow the guidance below to install perl-URI-Query.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-URI-Query.noarch

2. Uninstall "perl-URI-Query.noarch" package

This guide covers the steps necessary to uninstall perl-URI-Query.noarch on Fedora 34:

$ sudo dnf remove perl-URI-Query.noarch $ sudo dnf autoremove

3. Information about the perl-URI-Query.noarch package on Fedora 34

Last metadata expiration check: 4:55:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-URI-Query
Version : 0.16
Release : 7.fc34
Architecture : noarch
Size : 25 k
Source : perl-URI-Query-0.16-7.fc34.src.rpm
Repository : fedora
Summary : Class providing URI query string manipulation
URL : https://metacpan.org/release/URI-Query
License : GPL+ or Artistic
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 regular
: expressions, of course, but making sure you get the anchoring and escaping
: right is tedious and error-prone - this module is simpler.