How to Install and Uninstall php82-php-pecl-mysql.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

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

Please follow the step by step instructions below to install php82-php-pecl-mysql.x86_64 on AlmaLinux 9

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

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

Please follow the steps below to uninstall php82-php-pecl-mysql.x86_64 on AlmaLinux 9:

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

3. Information about the php82-php-pecl-mysql.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:54:33 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : php82-php-pecl-mysql
Version : 1.0.0
Release : 0.25.20210423.ca514c4.el9.remi
Architecture : x86_64
Size : 32 k
Source : php82-php-pecl-mysql-1.0.0-0.25.20210423.ca514c4.el9.remi.src.rpm
Repository : remi-safe
Summary : MySQL database access functions
URL : https://pecl.php.net/package/mysql
License : PHP
Description : This extension provides the mysql family of functions that were provided
: with PHP 3 to 5. These functions have been superseded by MySQLi and PDO_MySQL,
: which continue to be bundled with PHP 7 and newer.
:
: Although it should be possible to use this extension with PHP 7 or 8, 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 8.2 as Software Collection (php82 by remi).