How to Install and Uninstall php56-php-pecl-uploadprogress.x86_64 Package on Oracle Linux 8

Last updated: June 18,2024

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

In this section, we are going to explain the necessary steps to install php56-php-pecl-uploadprogress.x86_64 on Oracle Linux 8

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

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

Please follow the guidance below to uninstall php56-php-pecl-uploadprogress.x86_64 on Oracle Linux 8:

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

3. Information about the php56-php-pecl-uploadprogress.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:18:36 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : php56-php-pecl-uploadprogress
Version : 1.1.4
Release : 1.el8.remi
Architecture : x86_64
Size : 29 k
Source : php56-php-pecl-uploadprogress-1.1.4-1.el8.remi.src.rpm
Repository : remi-safe
Summary : An extension to track progress of a file upload
URL : https://pecl.php.net/package/uploadprogress
License : PHP
Description : A PHP extension to track progress of a file upload, including details
: on the speed of the upload, estimated time remaining, and access to
: the contents of the file as it is being uploaded
:
: It requires the use of the Apache HTTP Server with mod_php.
: Other web servers and PHP-FPM are not yet supported.
:
: Package built for PHP 5.6 as Software Collection (php56 by remi).