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

Last updated: January 15,2025

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

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

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

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

Please follow the step by step instructions below to uninstall perl-URI-Query.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:34:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-URI-Query
Version : 0.16
Release : 13.fc39
Architecture : noarch
Size : 24 k
Source : perl-URI-Query-0.16-13.fc39.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.