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

Last updated: December 26,2024

1. Install "perl-Net-HTTP" package

This guide let you learn how to install perl-Net-HTTP on openSuSE Tumbleweed

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

2. Uninstall "perl-Net-HTTP" package

This tutorial shows how to uninstall perl-Net-HTTP on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-HTTP

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

Information for package perl-Net-HTTP:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-HTTP
Version : 6.23-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 74.5 KiB
Installed : No
Status : not installed
Source package : perl-Net-HTTP-6.23-1.3.src
Upstream URL : https://metacpan.org/release/Net-HTTP
Summary : Low-level HTTP connection (client)
Description :
The 'Net::HTTP' class is a low-level HTTP client. An instance of the
'Net::HTTP' class represents a connection to an HTTP server. The HTTP
protocol is described in RFC 2616. The 'Net::HTTP' class supports
'HTTP/1.0' and 'HTTP/1.1'.
'Net::HTTP' is a sub-class of one of 'IO::Socket::IP' (IPv6+IPv4),
'IO::Socket::INET6' (IPv6+IPv4), or 'IO::Socket::INET' (IPv4 only). You can
mix the methods described below with reading and writing from the socket
directly. This is not necessary a good idea, unless you know what you are
doing.