How to Install and Uninstall libverto.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "libverto.i686" package

This guide let you learn how to install libverto.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libverto.i686

2. Uninstall "libverto.i686" package

Here is a brief guide to show you how to uninstall libverto.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libverto.i686 $ sudo dnf autoremove

3. Information about the libverto.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:59:29 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libverto
Version : 0.3.2
Release : 3.el9
Architecture : i686
Size : 25 k
Source : libverto-0.3.2-3.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : Main loop abstraction library
URL : https://github.com/latchset/libverto
License : MIT
Description : libverto provides a way for libraries to expose asynchronous interfaces
: without having to choose a particular event loop, offloading this
: decision to the end application which consumes the library.
:
: If you are packaging an application, not library, based on libverto,
: you should depend either on a specific implementation module or you
: can depend on the virtual provides 'libverto-module-base'. This will
: ensure that you have at least one module installed that provides io,
: timeout and signal functionality. Currently glib is the only module
: that does not provide these three because it lacks signal. However,
: glib will support signal in the future.