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

Last updated: July 03,2024

1. Install "perl-HTTP-Headers-ActionPack.noarch" package

In this section, we are going to explain the necessary steps to install perl-HTTP-Headers-ActionPack.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-HTTP-Headers-ActionPack.noarch

2. Uninstall "perl-HTTP-Headers-ActionPack.noarch" package

Please follow the guidance below to uninstall perl-HTTP-Headers-ActionPack.noarch on Fedora 36:

$ sudo dnf remove perl-HTTP-Headers-ActionPack.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:18:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-HTTP-Headers-ActionPack
Version : 0.09
Release : 3.fc36
Architecture : noarch
Size : 81 k
Source : perl-HTTP-Headers-ActionPack-0.09-3.fc36.src.rpm
Repository : fedora
Summary : A Perl module to handle the inflation and deflation of complex HTTP header types
URL : http://search.cpan.org/dist/HTTP-Headers-ActionPack/
License : GPL+ or Artistic
Description : This is a module to handle the inflation and deflation of complex HTTP
: header types. In many cases header values are simple strings, but in
: some cases they are complex values with a lot of information encoded in
: them. The goal of this module is to make the parsing and analysis of
: these headers as easy as calling inflate on a compatible object.