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

Last updated: October 06,2024

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

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

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

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

This tutorial shows how to uninstall php-pear-CodeGen-PECL.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 4:20:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : php-pear-CodeGen-PECL
Version : 1.1.3
Release : 26.el8
Architecture : noarch
Size : 111 k
Source : php-pear-CodeGen-PECL-1.1.3-26.el8.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.