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

Last updated: January 13,2025

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

This guide covers the steps necessary to install perl-URI-Title.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 3:49:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-URI-Title
Version : 1.902
Release : 8.fc36
Architecture : noarch
Size : 30 k
Source : perl-URI-Title-1.902-8.fc36.src.rpm
Repository : fedora
Summary : Get the titles of things on the web in a sensible way
URL : https://metacpan.org/release/URI-Title
License : GPL+ or Artistic
Description : I keep having to find the title of things on the web. This seems like a really
: simple request, just get() the object, parse for a title tag, you're done.
: Ha, I wish. There are several problems with this approach:
:
: What if the resource is on a very slow server? Do we wait forever or what?
: What if the resource is a 900 gig file? You don't want to download that.
: What if the page title isn't in a title tag, but is buried in the HTML
: somewhere?
: What if the resource is an MP3 file, or a word document or something?
: ...
:
: So, let's solve these issues once.