How to Install and Uninstall liboop4 Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "liboop4" package

This tutorial shows how to install liboop4 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install liboop4

2. Uninstall "liboop4" package

Here is a brief guide to show you how to uninstall liboop4 on openSuSE Tumbleweed:

$ sudo zypper remove liboop4

3. Information about the liboop4 package on openSuSE Tumbleweed

Information for package liboop4:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : liboop4
Version : 1.0.1-2.19
Arch : x86_64
Vendor : openSUSE
Installed Size : 59.9 KiB
Installed : No
Status : not installed
Source package : liboop-1.0.1-2.19.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.