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

Last updated: January 15,2025

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

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

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

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

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

$ 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 35

Last metadata expiration check: 4:19:59 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-uber-tally-devel
Version : 3.3.17
Release : 3.fc35
Architecture : noarch
Size : 66 k
Source : golang-github-uber-tally-3.3.17-3.fc35.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