How to Install and Uninstall php56-php-pecl-blenc.x86_64 Package on Fedora 35

Last updated: January 20,2025

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

Please follow the step by step instructions below to install php56-php-pecl-blenc.x86_64 on Fedora 35

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

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

This tutorial shows how to uninstall php56-php-pecl-blenc.x86_64 on Fedora 35:

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

3. Information about the php56-php-pecl-blenc.x86_64 package on Fedora 35

Last metadata expiration check: 2:43:31 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php56-php-pecl-blenc
Version : 1.1.4
Release : 0.4.b.fc35.remi
Architecture : x86_64
Size : 25 k
Source : php56-php-pecl-blenc-1.1.4-0.4.b.fc35.remi.src.rpm
Repository : remi
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.