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

Last updated: October 11,2024

1. Install "php74-php-pecl-mysql.x86_64" package

Here is a brief guide to show you how to install php74-php-pecl-mysql.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install php74-php-pecl-mysql.x86_64

2. Uninstall "php74-php-pecl-mysql.x86_64" package

Please follow the instructions below to uninstall php74-php-pecl-mysql.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove php74-php-pecl-mysql.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:33:14 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : php74-php-pecl-mysql
Version : 1.0.0
Release : 0.23.20190415.d7643af.el8.remi
Architecture : x86_64
Size : 33 k
Source : php74-php-pecl-mysql-1.0.0-0.23.20190415.d7643af.el8.remi.src.rpm
Repository : remi-safe
Summary : MySQL database access functions
URL : http://pecl.php.net/package/mysql
License : PHP
Description : This extension provides the mysql family of functions that were provided
: with PHP 3-5. These functions have been superseded by MySQLi and PDO_MySQL,
: which continue to be bundled with PHP 7.
:
: Although it should be possible to use this extension with PHP 7.0, you are
: strongly encouraged to port your code to use either MySQLi or PDO_MySQL,
: as this extension is not maintained and is available for historical reasons only.
:
: Package built for PHP 7.4 as Software Collection (php74 by remi).