How to Install and Uninstall libevent-2_1-8 Package on openSUSE Leap

Last updated: July 03,2024

1. Install "libevent-2_1-8" package

Please follow the guidelines below to install libevent-2_1-8 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libevent-2_1-8

2. Uninstall "libevent-2_1-8" package

Please follow the step by step instructions below to uninstall libevent-2_1-8 on openSUSE Leap:

$ sudo zypper remove libevent-2_1-8

3. Information about the libevent-2_1-8 package on openSUSE Leap

Information for package libevent-2_1-8:
---------------------------------------
Repository : Main Repository
Name : libevent-2_1-8
Version : 2.1.8-2.23
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 900.7 KiB
Installed : No
Status : not installed
Source package : libevent-2.1.8-2.23.src
Upstream URL : http://libevent.org/
Summary : An event notification library
Description :
The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. Furthermore, libevent also support callbacks due to
signals or regular timeouts.
Currently, libevent supports /dev/poll, kqueue(2), event ports,
POSIX select(2), Windows select(), poll(2), and epoll(4).
Libevent additionally provides a sophisticated framework for buffered
network IO, with support for sockets, filters, rate-limiting, SSL,
zero-copy file transmission, and IOCP. Libevent includes support for
several useful protocols, including DNS, HTTP, and a minimal RPC
framework.
This package holds the shared libraries for libevent.