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

Last updated: January 13,2025

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

Please follow the guidance below to install perl-HTTP-Daemon.noarch on Fedora 39

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

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

Learn how to uninstall perl-HTTP-Daemon.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:06:26 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-HTTP-Daemon
Version : 6.16
Release : 2.fc39
Architecture : noarch
Size : 34 k
Source : perl-HTTP-Daemon-6.16-2.fc39.src.rpm
Repository : fedora
Summary : Simple HTTP server class
URL : https://metacpan.org/release/HTTP-Daemon
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a
: socket for incoming requests. The HTTP::Daemon is a subclass of
: IO::Socket::IP, so you can perform socket operations directly on it too.