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

Last updated: June 26,2024

1. Install "perl-HTTP-CookieJar" package

This tutorial shows how to install perl-HTTP-CookieJar on openSuSE Tumbleweed

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

2. Uninstall "perl-HTTP-CookieJar" package

Please follow the steps below to uninstall perl-HTTP-CookieJar on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTTP-CookieJar

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

Information for package perl-HTTP-CookieJar:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTP-CookieJar
Version : 0.014-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 49.2 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-CookieJar-0.014-1.5.src
Upstream URL : https://metacpan.org/release/HTTP-CookieJar
Summary : Minimalist HTTP user agent cookie jar
Description :
This module implements a minimalist HTTP user agent cookie jar in
conformance with at http://tools.ietf.org/html/rfc6265.
Unlike the commonly used HTTP::Cookies module, this module does not require
use of HTTP::Request and HTTP::Response objects. An LWP-compatible adapter
is available as HTTP::CookieJar::LWP.