How to Install and Uninstall perl-HTTP-Cookies Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "perl-HTTP-Cookies" package
Please follow the steps below to install perl-HTTP-Cookies on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-HTTP-Cookies
Copied
2. Uninstall "perl-HTTP-Cookies" package
Learn how to uninstall perl-HTTP-Cookies on openSuSE Tumbleweed:
$
sudo zypper remove
perl-HTTP-Cookies
Copied
3. Information about the perl-HTTP-Cookies package on openSuSE Tumbleweed
Information for package perl-HTTP-Cookies:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTP-Cookies
Version : 6.110.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 73.3 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Cookies-6.110.0-2.1.src
Upstream URL : https://metacpan.org/release/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 at
http://curl.haxx.se/rfc/cookie_spec.html and at
http://www.cookiecentral.com. 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.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTP-Cookies
Version : 6.110.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 73.3 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-Cookies-6.110.0-2.1.src
Upstream URL : https://metacpan.org/release/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 at
http://curl.haxx.se/rfc/cookie_spec.html and at
http://www.cookiecentral.com. 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.