How to Install and Uninstall php56-php-pecl-blenc.x86_64 Package on CentOS Stream 8

Last updated: May 16,2024

1. Install "php56-php-pecl-blenc.x86_64" package

Please follow the guidance below to install php56-php-pecl-blenc.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install php56-php-pecl-blenc.x86_64

2. Uninstall "php56-php-pecl-blenc.x86_64" package

In this section, we are going to explain the necessary steps to uninstall php56-php-pecl-blenc.x86_64 on CentOS Stream 8:

$ sudo dnf remove php56-php-pecl-blenc.x86_64 $ sudo dnf autoremove

3. Information about the php56-php-pecl-blenc.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:38:33 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : php56-php-pecl-blenc
Version : 1.1.4
Release : 0.4.b.el8.remi
Architecture : x86_64
Size : 26 k
Source : php56-php-pecl-blenc-1.1.4-0.4.b.el8.remi.src.rpm
Repository : remi-safe
Summary : BLowfish ENCryption for PHP Scripts
URL : http://pecl.php.net/package/blenc
License : PHP and LGPL
Description : BLENC is an extension that permit to protect PHP source scripts with
: Blowfish Encription.
:
: BLENC hooks into the Zend Engine, allowing for transparent execution
: of PHP scripts previously encoded with BLENC.
:
: It is not designed for complete security (it is still possible to disassemble
: the script into op codes using a package such as XDebug), however it does
: keep people out of your code and make reverse engineering difficult.