How to Install and Uninstall php72-php-pecl-swoole4.x86_64 Package on Rocky Linux 8

Last updated: May 19,2024

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

Here is a brief guide to show you how to install php72-php-pecl-swoole4.x86_64 on Rocky Linux 8

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

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

Please follow the instructions below to uninstall php72-php-pecl-swoole4.x86_64 on Rocky Linux 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 Rocky Linux 8

Last metadata expiration check: 1:01:55 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : php72-php-pecl-swoole4
Version : 4.8.11
Release : 1.el8.remi
Architecture : x86_64
Size : 1.0 M
Source : php72-php-pecl-swoole4-4.8.11-1.el8.remi.src.rpm
Repository : remi-safe
Summary : PHP's asynchronous concurrent distributed networking framework
URL : https://pecl.php.net/package/swoole
License : ASL 2.0 and BSD 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).