How to Install and Uninstall php-pear-CodeGen-PECL.noarch Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "php-pear-CodeGen-PECL.noarch" package

Please follow the instructions below to install php-pear-CodeGen-PECL.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install php-pear-CodeGen-PECL.noarch

2. Uninstall "php-pear-CodeGen-PECL.noarch" package

Please follow the step by step instructions below to uninstall php-pear-CodeGen-PECL.noarch on Oracle Linux 9:

$ sudo dnf remove php-pear-CodeGen-PECL.noarch $ sudo dnf autoremove

3. Information about the php-pear-CodeGen-PECL.noarch package on Oracle Linux 9

Last metadata expiration check: 0:07:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : php-pear-CodeGen-PECL
Version : 1.1.3
Release : 26.el9
Architecture : noarch
Size : 101 k
Source : php-pear-CodeGen-PECL-1.1.3-26.el9.src.rpm
Repository : epel
Summary : Tool to generate PECL extensions from an XML description
URL : https://pear.php.net/package/CodeGen_PECL
License : PHP
Description : CodeGen_PECL (formerly known as PECL_Gen) is a pure PHP replacement for
: the ext_skel shell script that comes with the PHP 4 source. It reads in
: configuration options, function prototypes and code fragments from an
: XML description file and then generates a complete ready-to-compile PECL
: extension.