How to Install and Uninstall perl-HTTP-Cookies Package on openSUSE Leap

Last updated: May 15,2024

1. Install "perl-HTTP-Cookies" package

Learn how to install perl-HTTP-Cookies on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-HTTP-Cookies

2. Uninstall "perl-HTTP-Cookies" package

Please follow the steps below to uninstall perl-HTTP-Cookies on openSUSE Leap:

$ sudo zypper remove perl-HTTP-Cookies

3. Information about the perl-HTTP-Cookies package on openSUSE Leap

Information for package perl-HTTP-Cookies:
------------------------------------------
Repository : Main Repository
Name : perl-HTTP-Cookies
Version : 6.04-1.20
Arch : noarch
Vendor : SUSE LLC
Installed Size : 68.3 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Cookies-6.04-1.20.src
Upstream URL : http://search.cpan.org/dist/HTTP-Cookies/
Summary : HTTP cookie jars
Description :
This class is for objects that represent a "cookie jar" -- that is, a
database of all the HTTP cookies that a given LWP::UserAgent object knows
about.
Cookies are a general mechanism which server side connections can use to
both store and retrieve information on the client side of the connection.
For more information about cookies refer to
and
. This module also implements the new
style cookies described in at https://tools.ietf.org/html/rfc2965. The two
variants of cookies are supposed to be able to coexist happily.
Instances of the class _HTTP::Cookies_ are able to store a collection of
Set-Cookie2: and Set-Cookie: headers and are able to use this information
to initialize Cookie-headers in _HTTP::Request_ objects. The state of a
_HTTP::Cookies_ object can be saved in and restored from files.