How To Install perl-HTTP-Exception on Fedora 36

In this tutorial we learn how to install perl-HTTP-Exception in Fedora 36. perl-HTTP-Exception is Throw HTTP-Errors as (Exception

Introduction

In this tutorial we learn how to install perl-HTTP-Exception on Fedora 36.

What is perl-HTTP-Exception

Every HTTP mechanisms apply as with Exception at Exception Exception exception also has.

We can use yum or dnf to install perl-HTTP-Exception on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-HTTP-Exception.

Install perl-HTTP-Exception on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-HTTP-Exception using dnf by running the following command:

sudo dnf -y install perl-HTTP-Exception

Install perl-HTTP-Exception on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-HTTP-Exception using yum by running the following command:

sudo yum -y install perl-HTTP-Exception

How To Uninstall perl-HTTP-Exception on Fedora 36

To uninstall only the perl-HTTP-Exception package we can use the following command:

sudo dnf remove perl-HTTP-Exception

perl-HTTP-Exception Package Contents on Fedora 36

/usr/share/doc/perl-HTTP-Exception
/usr/share/doc/perl-HTTP-Exception/Changes
/usr/share/doc/perl-HTTP-Exception/README
/usr/share/man/man3/HTTP::Exception.3pm.gz
/usr/share/man/man3/HTTP::Exception::1XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::2XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::3XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::4XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::5XX.3pm.gz
/usr/share/man/man3/HTTP::Exception::Base.3pm.gz
/usr/share/man/man3/HTTP::Exception::Loader.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Exception
/usr/share/perl5/vendor_perl/HTTP/Exception.pm
/usr/share/perl5/vendor_perl/HTTP/Exception/1XX.pm
/usr/share/perl5/vendor_perl/HTTP/Exception/2XX.pm
/usr/share/perl5/vendor_perl/HTTP/Exception/3XX.pm
/usr/share/perl5/vendor_perl/HTTP/Exception/4XX.pm
/usr/share/perl5/vendor_perl/HTTP/Exception/5XX.pm
/usr/share/perl5/vendor_perl/HTTP/Exception/Base.pm
/usr/share/perl5/vendor_perl/HTTP/Exception/Loader.pm

References

Summary

In this tutorial we learn how to install perl-HTTP-Exception on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).