How to Install and Uninstall golang-github-uber-tally-devel.noarch Package on Fedora 36

Last updated: January 10,2025

1. Install "golang-github-uber-tally-devel.noarch" package

Please follow the steps below to install golang-github-uber-tally-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-uber-tally-devel.noarch

2. Uninstall "golang-github-uber-tally-devel.noarch" package

Please follow the guidance below to uninstall golang-github-uber-tally-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-uber-tally-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-uber-tally-devel.noarch package on Fedora 36

Last metadata expiration check: 3:57:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-uber-tally-devel
Version : 4.0.1
Release : 1.fc36
Architecture : noarch
Size : 74 k
Source : golang-github-uber-tally-4.0.1-1.fc36.src.rpm
Repository : fedora
Summary : Go metrics interface with fast buffered metrics and third party reporters
URL : https://github.com/uber-go/tally
License : MIT
Description : Tally provides a common interface for emitting metrics, while letting you not
: worry about the velocity of metrics emission.
:
: By default it buffers counters, gauges and histograms at a specified interval
: but does not buffer timer values. This is primarily so timer values can have all
: their values sampled if desired and if not they can be sampled as summaries or
: histograms independently by a reporter.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/uber-go/tally