How to Install and Uninstall pen Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "pen" package

Please follow the step by step instructions below to install pen on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install pen

2. Uninstall "pen" package

In this section, we are going to explain the necessary steps to uninstall pen on openSuSE Tumbleweed:

$ sudo zypper remove pen

3. Information about the pen package on openSuSE Tumbleweed

Information for package pen:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : pen
Version : 0.34.1-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 229.5 KiB
Installed : No
Status : not installed
Source package : pen-0.34.1-2.2.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.