How to Install and Uninstall php71-php-pecl-swoole4.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install php71-php-pecl-swoole4.x86_64 on CentOS Stream 8

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

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

Please follow the steps below to uninstall php71-php-pecl-swoole4.x86_64 on CentOS Stream 8:

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

3. Information about the php71-php-pecl-swoole4.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:14:40 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : php71-php-pecl-swoole4
Version : 4.5.11
Release : 1.el8.remi
Architecture : x86_64
Size : 779 k
Source : php71-php-pecl-swoole4-4.5.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
Description : Event-driven asynchronous and concurrent networking engine with
: high performance for PHP.
: - event-driven
: - asynchronous non-blocking
: - multi-thread reactor
: - multi-process worker
: - multi-protocol
: - millisecond timer
: - async mysql client
: - built-in http/websocket/http2 server
: - async http/websocket client
: - async redis client
: - async task
: - async read/write file system
: - async dns lookup
: - 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.1 as Software Collection (php71 by remi).