How to Install and Uninstall perl-HTTP-Headers-ActionPack Package on openSuSE Tumbleweed

Last updated: May 19,2024

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

This is a short guide on how to install perl-HTTP-Headers-ActionPack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-HTTP-Headers-ActionPack

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

Learn how to uninstall perl-HTTP-Headers-ActionPack on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTTP-Headers-ActionPack

3. Information about the perl-HTTP-Headers-ActionPack package on openSuSE Tumbleweed

Information for package perl-HTTP-Headers-ActionPack:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTP-Headers-ActionPack
Version : 0.09-1.27
Arch : noarch
Vendor : openSUSE
Installed Size : 131.6 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Headers-ActionPack-0.09-1.27.src
Upstream URL : http://search.cpan.org/dist/HTTP-Headers-ActionPack/
Summary : HTTP Action, Adventure and Excitement
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 (see below for
a list).
This top-level class is basically a Factory for creating instances of the
other classes in this module. It contains a number of convenience methods
to help make common cases easy to write.