How to Install and Uninstall libverto.src Package on Oracle Linux 8

Last updated: October 07,2024

1. Install "libverto.src" package

This is a short guide on how to install libverto.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libverto.src

2. Uninstall "libverto.src" package

Please follow the step by step instructions below to uninstall libverto.src on Oracle Linux 8:

$ sudo dnf remove libverto.src $ sudo dnf autoremove

3. Information about the libverto.src package on Oracle Linux 8

Last metadata expiration check: 3:52:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libverto
Version : 0.3.0
Release : 5.el8
Architecture : src
Size : 386 k
Source : None
Repository : ol8_baseos_latest
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.