How to Install and Uninstall librelp-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "librelp-dev" package

Please follow the steps below to install librelp-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librelp-dev

2. Uninstall "librelp-dev" package

Please follow the guidelines below to uninstall librelp-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove librelp-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librelp-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: librelp-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 156
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Biebl
Architecture: amd64
Source: librelp
Version: 1.2.9-1build1
Depends: librelp0 (= 1.2.9-1build1)
Filename: pool/universe/libr/librelp/librelp-dev_1.2.9-1build1_amd64.deb
Size: 38624
MD5sum: 39ad1e8ee00b87bc790c22df8581b083
SHA1: 4d6c5c51c14ed24a0cb4c7a14a3fdb5070af4e88
SHA256: fcc00d257ef0203c0031b416ddb1f2626a82b69066df158c7b8d8c094233187a
Description-en: Reliable Event Logging Protocol (RELP) library - development files
RELP provides reliable event logging over the network.
.
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.
Description-md5: 42c1d0b6aeb68e5586482de4937a9e25
Multi-Arch: same
Homepage: http://www.librelp.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu