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

Last updated: March 01,2025

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

This is a short guide on how to install perl-HTTP-Exception.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall perl-HTTP-Exception.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:50:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-HTTP-Exception
Version : 0.04007
Release : 11.fc36
Architecture : noarch
Size : 37 k
Source : perl-HTTP-Exception-0.04007-11.fc36.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.