How to Install and Uninstall php73-php-pecl-mysql-xdevapi.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 26,2024

1. Install "php73-php-pecl-mysql-xdevapi.x86_64" package

This tutorial shows how to install php73-php-pecl-mysql-xdevapi.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install php73-php-pecl-mysql-xdevapi.x86_64

2. Uninstall "php73-php-pecl-mysql-xdevapi.x86_64" package

In this section, we are going to explain the necessary steps to uninstall php73-php-pecl-mysql-xdevapi.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove php73-php-pecl-mysql-xdevapi.x86_64 $ sudo dnf autoremove

3. Information about the php73-php-pecl-mysql-xdevapi.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:19:15 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : php73-php-pecl-mysql-xdevapi
Version : 8.0.24
Release : 1.el8.remi
Architecture : x86_64
Size : 732 k
Source : php73-php-pecl-mysql-xdevapi-8.0.24-1.el8.remi.src.rpm
Repository : remi-safe
Summary : MySQL database access functions
URL : https://pecl.php.net/package/mysql_xdevapi
License : PHP
Description : The X DevAPI is he new common API for MySQL Connectors built on the X Protocol
: introduced in MySQL 5.7.12.
:
: The X DevAPI wraps powerful concepts in a simple API.
:
: * A new high-level session concept enables you to write code that
: can transparently scale from single MySQL Server to a multiple server
: environment.
: * Read operations are simple and easy to understand.
:
: The X DevAPI introduces a new, modern and easy-to-learn way to work with your
: data.
:
: * Documents are stored in Collections and have their dedicated CRUD
: operation set.
: * Work with your existing domain objects or generate code based on structure
: definitions for strictly typed languages.
: * Focus is put on working with data via CRUD operations.
: See Section 3.1, “CRUD Operations Overview”.
: * Modern practices and syntax styles are used to get away from traditional
: SQL-String-Building. See Chapter 10, Building Expressions.
:
: Documentation: http://php.net/mysql-xdevapi
:
:
: Package built for PHP 7.3 as Software Collection (php73 by remi).