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

Last updated: September 29,2024

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

In this section, we are going to explain the necessary steps to install php-pear-CodeGen-PECL.noarch on Fedora 38

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

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

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

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

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

Last metadata expiration check: 2:19:52 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : php-pear-CodeGen-PECL
Version : 1.1.3
Release : 28.fc38
Architecture : noarch
Size : 113 k
Source : php-pear-CodeGen-PECL-1.1.3-28.fc38.src.rpm
Repository : fedora
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.