How to Install and Uninstall perl-HTTP-Daemon-SSL.noarch Package on Fedora 39

Last updated: December 21,2024

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

This is a short guide on how to install perl-HTTP-Daemon-SSL.noarch on Fedora 39

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

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

This guide covers the steps necessary to uninstall perl-HTTP-Daemon-SSL.noarch on Fedora 39:

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

3. Information about the perl-HTTP-Daemon-SSL.noarch package on Fedora 39

Last metadata expiration check: 5:41:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-HTTP-Daemon-SSL
Version : 1.04
Release : 43.fc39
Architecture : noarch
Size : 15 k
Source : perl-HTTP-Daemon-SSL-1.04-43.fc39.src.rpm
Repository : fedora
Summary : Simple http server class with SSL support
URL : https://metacpan.org/release/HTTP-Daemon-SSL
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.