How to Install and Uninstall perl-URI-FromHash.noarch Package on Fedora 36

Last updated: October 11,2024

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

This guide let you learn how to install perl-URI-FromHash.noarch on Fedora 36

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

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

Learn how to uninstall perl-URI-FromHash.noarch on Fedora 36:

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

3. Information about the perl-URI-FromHash.noarch package on Fedora 36

Last metadata expiration check: 1:09:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-URI-FromHash
Version : 0.05
Release : 19.fc36
Architecture : noarch
Size : 18 k
Source : perl-URI-FromHash-0.05-19.fc36.src.rpm
Repository : fedora
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.