How to Install and Uninstall perl-HTTP-Daemon.noarch Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

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

Please follow the guidance below to install perl-HTTP-Daemon.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-HTTP-Daemon.noarch

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

Please follow the instructions below to uninstall perl-HTTP-Daemon.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-HTTP-Daemon.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-HTTP-Daemon
Arch : noarch
Version : 6.01
Release : 8.el7
Size : 40 k
Repo : installed
From repo : base
Summary : Simple HTTP server class
URL : http://search.cpan.org/dist/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::INET, so you can perform socket operations
: directly on it too.