How to Install and Uninstall libuev3 Package on openSUSE Leap

Last updated: November 08,2024

1. Install "libuev3" package

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

$ sudo zypper refresh $ sudo zypper install libuev3

2. Uninstall "libuev3" package

Here is a brief guide to show you how to uninstall libuev3 on openSUSE Leap:

$ sudo zypper remove libuev3

3. Information about the libuev3 package on openSUSE Leap

Information for package libuev3:
--------------------------------
Repository : Update repository of openSUSE Backports
Name : libuev3
Version : 2.4.1-bp155.3.3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 42.6 KiB
Installed : No
Status : not installed
Source package : libuev-2.4.1-bp155.3.3.1.src
Upstream URL : https://github.com/troglobit/libuev/
Summary : Event loop library
Description :
libuEv is an event loop in the style of libevent, libev and the Xt(3)
event loop. It has a small feature set.
libuEv is built on top of the Linux APIs epoll, timerfd and signalfd.
Note however, a certain amount of care is needed when dealing with
APIs that employ signalfd.