How to Install and Uninstall pen Package on openSUSE Leap

Last updated: September 20,2024

1. Install "pen" package

Please follow the guidance below to install pen on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install pen

2. Uninstall "pen" package

Please follow the guidance below to uninstall pen on openSUSE Leap:

$ sudo zypper remove pen

3. Information about the pen package on openSUSE Leap

Information for package pen:
----------------------------
Repository : Main Repository
Name : pen
Version : 0.34.1-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 209.4 KiB
Installed : No
Status : not installed
Source package : pen-0.34.1-bp155.2.11.src
Upstream URL : http://siag.nu/pen/
Summary : A simple load balancer for TCP-based protocols
Description :
Pen is a load balancer for "simple" TCP-based protocols such as HTTP or
SMTP. It allows several servers to appear as one to the outside and
automatically detects servers that are down and distributes clients
among the available servers. This gives high availability and scalable
performance.
The load balancing algorithm keeps track of clients and will try to
send them back to the server they visited the last time. This is useful
for applications that maintain state between connections in the server,
including most modern web applications.
When pen detects that a server is unavailable, it scans for another
starting with the server after the most recently used one. That way we
get load balancing and "fair" failover for free.
Correctly configured, pen can ensure that a server farm is always
available, even when individual servers are brought down for
maintenance or reconfiguration.
The final single point of failure, pen itself, can be eliminated by
running pen on several servers, using VRRP to decide which is active.