How to Install and Uninstall libverto.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "libverto.x86_64" package

Learn how to install libverto.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libverto.x86_64

2. Uninstall "libverto.x86_64" package

This guide let you learn how to uninstall libverto.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libverto.x86_64 $ sudo yum autoremove

3. Information about the libverto.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libverto
Arch : x86_64
Version : 0.2.5
Release : 4.el7
Size : 23 k
Repo : installed
From repo : anaconda
Summary : Main loop abstraction library
URL : https://fedorahosted.org/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.