How to Install and Uninstall php-pecl-mysql.x86_64 Package on Fedora 36

Last updated: October 06,2024

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

This is a short guide on how to install php-pecl-mysql.x86_64 on Fedora 36

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

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

Please follow the guidelines below to uninstall php-pecl-mysql.x86_64 on Fedora 36:

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

3. Information about the php-pecl-mysql.x86_64 package on Fedora 36

Last metadata expiration check: 5:52:39 ago on Thu Sep 8 02:05:26 2022.
Installed Packages
Name : php-pecl-mysql
Version : 1.0.0
Release : 0.25.20210423.ca514c4.fc36.remi.8.1
Architecture : x86_64
Size : 146 k
Source : php-pecl-mysql-1.0.0-0.25.20210423.ca514c4.fc36.remi.8.1.src.rpm
Repository : @System
From repo : remi-modular
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.1.