How to Install and Uninstall libverto.i686 Package on CentOS 8 / RHEL 8
Last updated: November 18,2024
1. Install "libverto.i686" package
Please follow the step by step instructions below to install libverto.i686 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
libverto.i686
Copied
2. Uninstall "libverto.i686" package
This guide covers the steps necessary to uninstall libverto.i686 on CentOS 8 / RHEL 8:
$
sudo dnf remove
libverto.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the libverto.i686 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 5:54:59 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libverto
Version : 0.3.0
Release : 5.el8
Architecture : i686
Size : 25 k
Source : libverto-0.3.0-5.el8.src.rpm
Repository : baseos
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.
Available Packages
Name : libverto
Version : 0.3.0
Release : 5.el8
Architecture : i686
Size : 25 k
Source : libverto-0.3.0-5.el8.src.rpm
Repository : baseos
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.