How to Install and Uninstall php80-php-pecl-env.x86_64 Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "php80-php-pecl-env.x86_64" package

This tutorial shows how to install php80-php-pecl-env.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install php80-php-pecl-env.x86_64

2. Uninstall "php80-php-pecl-env.x86_64" package

This is a short guide on how to uninstall php80-php-pecl-env.x86_64 on CentOS Stream 9:

$ sudo dnf remove php80-php-pecl-env.x86_64 $ sudo dnf autoremove

3. Information about the php80-php-pecl-env.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:40:32 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : php80-php-pecl-env
Version : 0.2.1
Release : 11.el9.remi
Architecture : x86_64
Size : 17 k
Source : php80-php-pecl-env-0.2.1-11.el9.remi.src.rpm
Repository : remi-safe
Summary : Load environment variables
URL : https://pecl.php.net/package/env
License : MIT
Description : Based on 12Factor Application rules this extension allows
: you to load environment variables into every PHP request,
: in every SAPI using a global configuration file with key
: value pairs of environment variables.
:
: Package built for PHP 8.0 as Software Collection (php80 by remi).