How to Install and Uninstall libverto.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "libverto.x86_64" package

Please follow the steps below to install libverto.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libverto.x86_64

2. Uninstall "libverto.x86_64" package

Please follow the guidelines below to uninstall libverto.x86_64 on CentOS Stream 8:

$ sudo dnf remove libverto.x86_64 $ sudo dnf autoremove

3. Information about the libverto.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:11:31 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : libverto
Version : 0.3.2
Release : 2.el8
Architecture : x86_64
Size : 26 k
Source : libverto-0.3.2-2.el8.src.rpm
Repository : @System
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.