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

Last updated: May 20,2024

1. Install "perl-AnyEvent-HTTP" package

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

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

2. Uninstall "perl-AnyEvent-HTTP" package

This guide let you learn how to uninstall perl-AnyEvent-HTTP on openSuSE Tumbleweed:

$ sudo zypper remove perl-AnyEvent-HTTP

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

Information for package perl-AnyEvent-HTTP:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-AnyEvent-HTTP
Version : 2.25-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 101.2 KiB
Installed : No
Status : not installed
Source package : perl-AnyEvent-HTTP-2.25-1.18.src
Upstream URL : https://metacpan.org/release/AnyEvent-HTTP
Summary : Simple but non-blocking HTTP/HTTPS client
Description :
This module is an AnyEvent user, you need to make sure that you use and run
a supported event loop.
This module implements a simple, stateless and non-blocking HTTP client. It
supports GET, POST and other request methods, cookies and more, all on a
very low level. It can follow redirects, supports proxies, and
automatically limits the number of connections to the values specified in
the RFC.
It should generally be a "good client" that is enough for most HTTP tasks.
Simple tasks should be simple, but complex tasks should still be possible
as the user retains control over request and response headers.
The caller is responsible for authentication management, cookies (if the
simplistic implementation in this module doesn't suffice), referer and
other high-level protocol details for which this module offers only limited
support.