How to Install and Uninstall perl-HTTPS-Daemon Package on openSuSE Tumbleweed

Last updated: November 14,2024

1. Install "perl-HTTPS-Daemon" package

This guide covers the steps necessary to install perl-HTTPS-Daemon on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-HTTPS-Daemon

2. Uninstall "perl-HTTPS-Daemon" package

Learn how to uninstall perl-HTTPS-Daemon on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTTPS-Daemon

3. Information about the perl-HTTPS-Daemon package on openSuSE Tumbleweed

Information for package perl-HTTPS-Daemon:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTTPS-Daemon
Version : 1.04-70.30
Arch : x86_64
Vendor : openSUSE
Installed Size : 14.0 KiB
Installed : No
Status : not installed
Source package : perl-HTTPS-Daemon-1.04-70.30.src
Summary : a simple http server class with SSL support
Description :
HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL sockets
(via IO::Socket::SSL) instead of cleartext sockets. It also handles
SSL-specific problems, such as dealing with HTTP clients that attempt
to connect to it without using SSL.