How to Install and Uninstall php72-php-pecl-swoole4.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "php72-php-pecl-swoole4.x86_64" package

This guide covers the steps necessary to install php72-php-pecl-swoole4.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install php72-php-pecl-swoole4.x86_64

2. Uninstall "php72-php-pecl-swoole4.x86_64" package

This is a short guide on how to uninstall php72-php-pecl-swoole4.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove php72-php-pecl-swoole4.x86_64 $ sudo dnf autoremove

3. Information about the php72-php-pecl-swoole4.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:44:33 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : php72-php-pecl-swoole4
Version : 4.8.13
Release : 1.el8.remi
Architecture : x86_64
Size : 1.0 M
Source : php72-php-pecl-swoole4-4.8.13-1.el8.remi.src.rpm
Repository : remi-safe
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 7.2 as Software Collection (php72 by remi).