How to Install and Uninstall Perlbal.noarch Package on Fedora 35

Last updated: April 29,2024

1. Install "Perlbal.noarch" package

Please follow the guidance below to install Perlbal.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install Perlbal.noarch

2. Uninstall "Perlbal.noarch" package

Please follow the steps below to uninstall Perlbal.noarch on Fedora 35:

$ sudo dnf remove Perlbal.noarch $ sudo dnf autoremove

3. Information about the Perlbal.noarch package on Fedora 35

Last metadata expiration check: 5:41:08 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : Perlbal
Version : 1.80
Release : 46.fc35
Architecture : noarch
Size : 264 k
Source : Perlbal-1.80-46.fc35.src.rpm
Repository : fedora
Summary : Reverse-proxy load balance and web-server
URL : https://metacpan.org/release/Perlbal
License : GPL+ or Artistic
Description : Perlbal is a single-threaded event-based server supporting HTTP load
: balancing, web serving, and a mix of the two. Perlbal can act as either a web
: server or a reverse proxy.
:
: One of the defining things about Perlbal is that almost everything can be
: configured or reconfigured on the fly without needing to restart the software.
: A basic configuration file containing a management port enables you to easily
: perform operations on a running instance of Perlbal.
:
: Perlbal can also be extended by means of per-service (and global) plugins that
: can override many parts of request handling and behavior.