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

Last updated: October 05,2024

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

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

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

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

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

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

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

Last metadata expiration check: 0:50:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-URI-Title
Version : 1.902
Release : 5.fc34
Architecture : noarch
Size : 30 k
Source : perl-URI-Title-1.902-5.fc34.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.