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

Last updated: October 09,2024

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

This guide covers the steps necessary to install perl-HTTP-Daemon.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-HTTP-Daemon.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:34:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-HTTP-Daemon
Version : 6.14
Release : 4.fc36
Architecture : noarch
Size : 34 k
Source : perl-HTTP-Daemon-6.14-4.fc36.src.rpm
Repository : updates
Summary : Simple HTTP server class
URL : https://metacpan.org/release/HTTP-Daemon
License : GPL+ or Artistic
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.