How to Install and Uninstall php70-php-pecl-uopz.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: January 07,2025

1. Install "php70-php-pecl-uopz.x86_64" package

In this section, we are going to explain the necessary steps to install php70-php-pecl-uopz.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install php70-php-pecl-uopz.x86_64

2. Uninstall "php70-php-pecl-uopz.x86_64" package

Please follow the guidelines below to uninstall php70-php-pecl-uopz.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove php70-php-pecl-uopz.x86_64 $ sudo dnf autoremove

3. Information about the php70-php-pecl-uopz.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:11:47 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : php70-php-pecl-uopz
Version : 5.0.2
Release : 2.el8.remi
Architecture : x86_64
Size : 38 k
Source : php70-php-pecl-uopz-5.0.2-2.el8.remi.src.rpm
Repository : remi-safe
Summary : User Operations for Zend
URL : http://pecl.php.net/package/uopz
License : PHP
Description : User Operations for Zend: doing things you probably shouldn't since 2014.
:
: The uopz extension exposes Zend engine functionality normally used at
: compilation and execution time in order to allow modification of the
: internal structures that represent PHP code.
:
: It supports the following activities:
: - Overloading some Zend opcodes including exit/new and composure opcodes
: - Renaming functions and methods
: - Aliasing functions and methods
: - Deletion of functions and methods
: - Redefinition of constants
: - Deletion of constants
: - Runtime composition and modification of classes
:
: Documentation: http://php.net/uopz
:
: Package built for PHP 7.0 as Software Collection (php70 by remi).