How to Install and Uninstall perl-HTTPS-Daemon Package on openSUSE Leap

Last updated: July 03,2024

1. Install "perl-HTTPS-Daemon" package

In this section, we are going to explain the necessary steps to install perl-HTTPS-Daemon on openSUSE Leap

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

2. Uninstall "perl-HTTPS-Daemon" package

Please follow the guidance below to uninstall perl-HTTPS-Daemon on openSUSE Leap:

$ sudo zypper remove perl-HTTPS-Daemon

3. Information about the perl-HTTPS-Daemon package on openSUSE Leap

Information for package perl-HTTPS-Daemon:
------------------------------------------
Repository : Main Repository
Name : perl-HTTPS-Daemon
Version : 1.04-bp155.55.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 14.2 KiB
Installed : No
Status : not installed
Source package : perl-HTTPS-Daemon-1.04-bp155.55.10.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.