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

Last updated: September 20,2024

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

This tutorial shows how to install php72-php-pecl-openswoole.x86_64 on Rocky Linux 8

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

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

Please follow the guidelines below to uninstall php72-php-pecl-openswoole.x86_64 on Rocky Linux 8:

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

3. Information about the php72-php-pecl-openswoole.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:32:01 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : php72-php-pecl-openswoole
Version : 4.10.0
Release : 1.el8.remi
Architecture : x86_64
Size : 922 k
Source : php72-php-pecl-openswoole-4.10.0-1.el8.remi.src.rpm
Repository : remi-safe
Summary : PHP's asynchronous concurrent distributed networking framework
URL : https://pecl.php.net/package/openswoole
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.2 as Software Collection (php72 by remi).