How to Install and Uninstall liboop4 Package on openSUSE Leap

Last updated: May 19,2024

1. Install "liboop4" package

Please follow the step by step instructions below to install liboop4 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install liboop4

2. Uninstall "liboop4" package

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

$ sudo zypper remove liboop4

3. Information about the liboop4 package on openSUSE Leap

Information for package liboop4:
--------------------------------
Repository : Main Repository
Name : liboop4
Version : 1.0.1-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 55.8 KiB
Installed : No
Status : not installed
Source package : liboop-1.0.1-bp155.2.10.src
Upstream URL : https://www.lysator.liu.se/liboop
Summary : Low-Level Event Loop Management Library
Description :
Liboop is a low-level event loop management library for POSIX-based
operating systems. It supports the development of modular, multiplexed
applications that may respond to events from several sources. It
replaces the "select() loop" and allows the registration of event
handlers for file and network I/O, timers, and signals. Because
processes use these mechanisms for almost all external communication,
liboop can be used as the basis for almost any application.