How to Install and Uninstall php70-php-pecl-opencensus.x86_64 Package on AlmaLinux 8

Last updated: May 18,2024

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

This guide covers the steps necessary to install php70-php-pecl-opencensus.x86_64 on AlmaLinux 8

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

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

This guide let you learn how to uninstall php70-php-pecl-opencensus.x86_64 on AlmaLinux 8:

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

3. Information about the php70-php-pecl-opencensus.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:24:38 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : php70-php-pecl-opencensus
Version : 0.2.2
Release : 3.el8.remi
Architecture : x86_64
Size : 34 k
Source : php70-php-pecl-opencensus-0.2.2-3.el8.remi.src.rpm
Repository : remi-safe
Summary : A stats collection and distributed tracing framework
URL : http://pecl.php.net/package/opencensus
License : ASL 2.0
Description : OpenCensus is a open source, distributed tracing system that allows you to
: collect latency data and report it to any trace aggregation system such as
: Zipkin or Stackdriver Trace.
:
: This extension allows you to easily gather latency and other metadata by
: watching for targeted function and method invocations without needing to
: inject code into the libraries.
:
: Package built for PHP 7.0 as Software Collection (php70 by remi).