How to Install and Uninstall perl-URI-FromHash.noarch Package on Oracle Linux 9

Last updated: June 26,2024

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

Please follow the steps below to install perl-URI-FromHash.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall perl-URI-FromHash.noarch on Oracle Linux 9:

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

3. Information about the perl-URI-FromHash.noarch package on Oracle Linux 9

Last metadata expiration check: 3:02:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-URI-FromHash
Version : 0.05
Release : 18.el9
Architecture : noarch
Size : 17 k
Source : perl-URI-FromHash-0.05-18.el9.src.rpm
Repository : epel
Summary : Build a URI from a set of named parameters
URL : https://metacpan.org/release/URI-FromHash
License : GPL+ or Artistic
Description : This module provides a simple one-subroutine "named parameters" style
: interface for creating URIs. Underneath the hood it uses 'URI.pm', though
: because of the simplified interface it may not support all possible options
: for all types of URIs.
:
: It was created for the common case where you simply want to have a simple
: interface for creating syntactically correct URIs from known components
: (like a path and query string). Doing this using the native 'URI.pm'
: interface is rather tedious, requiring a number of method calls, which is
: particularly ugly when done inside a templating system such as Mason or
: TT2.