How to Install and Uninstall librelp0 Package on openSUSE Leap

Last updated: May 20,2024

1. Install "librelp0" package

In this section, we are going to explain the necessary steps to install librelp0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install librelp0

2. Uninstall "librelp0" package

Please follow the steps below to uninstall librelp0 on openSUSE Leap:

$ sudo zypper remove librelp0

3. Information about the librelp0 package on openSUSE Leap

Information for package librelp0:
---------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : librelp0
Version : 1.11.0-150000.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 95.3 KiB
Installed : No
Status : not installed
Source package : librelp-1.11.0-150000.3.3.1.src
Upstream URL : http://www.librelp.com/
Summary : A reliable logging library
Description :
librelp is an easy to use library for the RELP protocol. RELP in turn provides
reliable event logging over the network (and consequently RELP stands for
Reliable Event Logging Protocol). RELP was initiated by Rainer Gerhards after
he was finally upset by the lossy nature of plain tcp syslog and wanted a cure
for all these dangling issues.
RELP (and hence) librelp assures that no message is lost, not even when
connections break and a peer becomes unavailable. The current version of RELP
has a minimal window of opportunity for message duplication after a session has
been broken due to network problems. In this case, a few messages may be
duplicated (a problem that also exists with plain tcp syslog). Future versions
of RELP will address this shortcoming.
Please note that RELP is a general-purpose, extensible logging protocol. Even
though it was designed to solve the urgent need of rsyslog-to-rsyslog
communication, RELP supports many more applications. Extensible command verbs
provide ample opportunity to extend the protocol without affecting existing
applications.