How to Install and Uninstall php70-php-pecl-uploadprogress.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

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

This is a short guide on how to install php70-php-pecl-uploadprogress.x86_64 on Rocky Linux 8

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

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

Please follow the step by step instructions below to uninstall php70-php-pecl-uploadprogress.x86_64 on Rocky Linux 8:

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

3. Information about the php70-php-pecl-uploadprogress.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:20:15 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : php70-php-pecl-uploadprogress
Version : 1.1.4
Release : 1.el8.remi
Architecture : x86_64
Size : 29 k
Source : php70-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 7.0 as Software Collection (php70 by remi).