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

Last updated: October 08,2024

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

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

$ 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 35:

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

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

Last metadata expiration check: 2:49:29 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-URI-Title
Version : 1.902
Release : 7.fc35
Architecture : noarch
Size : 30 k
Source : perl-URI-Title-1.902-7.fc35.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.