How to Install and Uninstall php-pear-CodeGen-PECL.noarch Package on Fedora 36

Last updated: May 19,2024

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

This is a short guide on how to install php-pear-CodeGen-PECL.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall php-pear-CodeGen-PECL.noarch on Fedora 36:

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

3. Information about the php-pear-CodeGen-PECL.noarch package on Fedora 36

Last metadata expiration check: 0:16:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-pear-CodeGen-PECL
Version : 1.1.3
Release : 26.fc36
Architecture : noarch
Size : 101 k
Source : php-pear-CodeGen-PECL-1.1.3-26.fc36.src.rpm
Repository : updates
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.