How to Install and Uninstall php56-php-pecl-eio.x86_64 Package on Oracle Linux 8

Last updated: November 01,2024

1. Install "php56-php-pecl-eio.x86_64" package

This guide covers the steps necessary to install php56-php-pecl-eio.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install php56-php-pecl-eio.x86_64

2. Uninstall "php56-php-pecl-eio.x86_64" package

Please follow the guidelines below to uninstall php56-php-pecl-eio.x86_64 on Oracle Linux 8:

$ sudo dnf remove php56-php-pecl-eio.x86_64 $ sudo dnf autoremove

3. Information about the php56-php-pecl-eio.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:18:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : php56-php-pecl-eio
Version : 2.0.4
Release : 4.el8.remi
Architecture : x86_64
Size : 51 k
Source : php56-php-pecl-eio-2.0.4-4.el8.remi.src.rpm
Repository : remi-safe
Summary : Provides interface to the libeio library
URL : http://pecl.php.net/package/eio
License : PHP
Description : This extension provides interface to the libeio library written by Marc Lehmann
: (see http://software.schmorp.de/pkg/libeio.html).
:
: Libeio is a an asynchronous I/O library. Features basically include
: asynchronous versions of POSIX API(read, write, open, close, stat, unlink,
: fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,
: FreeBSD); readahead. libeio itself emulates the system calls, if they are not
: available on specific(UNIX-like) platform.
:
: Package built for PHP 5.6 as Software Collection (php56 by remi).