How to Install and Uninstall perl-HTTP-Exception.noarch Package on Fedora 39

Last updated: February 06,2025

1. Install "perl-HTTP-Exception.noarch" package

This guide covers the steps necessary to install perl-HTTP-Exception.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-HTTP-Exception.noarch

2. Uninstall "perl-HTTP-Exception.noarch" package

This tutorial shows how to uninstall perl-HTTP-Exception.noarch on Fedora 39:

$ sudo dnf remove perl-HTTP-Exception.noarch $ sudo dnf autoremove

3. Information about the perl-HTTP-Exception.noarch package on Fedora 39

Last metadata expiration check: 4:25:48 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-HTTP-Exception
Version : 0.04007
Release : 15.fc39
Architecture : noarch
Size : 35 k
Source : perl-HTTP-Exception-0.04007-15.fc39.src.rpm
Repository : fedora
Summary : Throw HTTP-Errors as (Exception::Class-) Exceptions
URL : https://metacpan.org/release/HTTP-Exception
License : GPL+ or Artistic
Description : Every HTTP::Exception is a Exception::Class - Class. So the same
: mechanisms apply as with Exception::Class-classes. In fact have a look
: at Exception::Class' docs for more general information on exceptions and
: Exception::Class::Base for information on what methods a caught
: exception also has.