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

Last updated: October 06,2024

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

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

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

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

This guide covers the steps necessary to uninstall golang-github-uber-tally-devel.noarch on Fedora 34:

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

Last metadata expiration check: 3:26:13 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-uber-tally-devel
Version : 3.3.17
Release : 2.fc34
Architecture : noarch
Size : 66 k
Source : golang-github-uber-tally-3.3.17-2.fc34.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