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

Last updated: February 02,2025

1. Install "perl-HTTP-CookieJar" package

This guide covers the steps necessary to install perl-HTTP-CookieJar on openSUSE Leap

$ 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 Leap:

$ sudo zypper remove perl-HTTP-CookieJar

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

Information for package perl-HTTP-CookieJar:
--------------------------------------------
Repository : Main Repository
Name : perl-HTTP-CookieJar
Version : 0.014-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 49.7 KiB
Installed : No
Status : not installed
Source package : perl-HTTP-CookieJar-0.014-bp155.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.