How to Install and Uninstall php-pecl-swoole5.x86_64 Package on Oracle Linux 9

Last updated: April 29,2024

1. Install "php-pecl-swoole5.x86_64" package

This is a short guide on how to install php-pecl-swoole5.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install php-pecl-swoole5.x86_64

2. Uninstall "php-pecl-swoole5.x86_64" package

This guide covers the steps necessary to uninstall php-pecl-swoole5.x86_64 on Oracle Linux 9:

$ sudo dnf remove php-pecl-swoole5.x86_64 $ sudo dnf autoremove

3. Information about the php-pecl-swoole5.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:03:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : php-pecl-swoole5
Version : 5.1.2
Release : 1.el9.remi.8.3
Architecture : x86_64
Size : 1.4 M
Source : php-pecl-swoole5-5.1.2-1.el9.remi.8.3.src.rpm
Repository : remi-modular
Summary : PHP's asynchronous concurrent distributed networking framework
URL : https://pecl.php.net/package/swoole
License : Apache-2.0 AND BSD-3-Clause AND MIT
Description : Event-driven asynchronous and concurrent networking engine with
: high performance for PHP.
: - event-driven
: - coroutines
: - asynchronous non-blocking
: - built-in tcp/http/websocket/http2 server
: - coroutine tcp/http/websocket client
: - coroutine mysql client
: - coroutine redis client
: - coroutine read/write file system
: - coroutine dns lookup
: - automatically replace blocking functions to non-blocking
: - support IPv4/IPv6/UnixSocket/TCP/UDP
: - support SSL/TLS encrypted transmission
:
: Documentation: https://rawgit.com/tchiotludo/swoole-ide-helper/english/docs/
:
: Package built for PHP 8.3.