How to Install and Uninstall perl-HTTP-Daemon-SSL.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "perl-HTTP-Daemon-SSL.noarch" package

This guide covers the steps necessary to install perl-HTTP-Daemon-SSL.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-HTTP-Daemon-SSL.noarch

2. Uninstall "perl-HTTP-Daemon-SSL.noarch" package

This tutorial shows how to uninstall perl-HTTP-Daemon-SSL.noarch on CentOS Stream 8:

$ sudo dnf remove perl-HTTP-Daemon-SSL.noarch $ sudo dnf autoremove

3. Information about the perl-HTTP-Daemon-SSL.noarch package on CentOS Stream 8

Last metadata expiration check: 3:35:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-HTTP-Daemon-SSL
Version : 1.04
Release : 30.el8
Architecture : noarch
Size : 18 k
Source : perl-HTTP-Daemon-SSL-1.04-30.el8.src.rpm
Repository : epel
Summary : Simple http server class with SSL support
URL : https://metacpan.org/release/HTTP-Daemon-SSL
License : GPL+ or Artistic
Description : Instances of the HTTP::Daemon::SSL class are HTTP/1.1 servers that listen
: on a socket for incoming requests. The HTTP::Daemon::SSL is a sub-class of
: IO::Socket::SSL, so you can perform socket operations directly on it too.