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

Last updated: October 07,2024

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

This guide let you learn how to install php-pear-CodeGen-PECL.noarch on AlmaLinux 8

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

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

This is a short guide on how to uninstall php-pear-CodeGen-PECL.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 0:12:37 ago on Mon Sep 5 03:22:42 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.