How to Install and Uninstall golang-github-vividcortex-gohistogram-devel.noarch Package on Fedora 35

Last updated: November 27,2024

1. Install "golang-github-vividcortex-gohistogram-devel.noarch" package

Learn how to install golang-github-vividcortex-gohistogram-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-vividcortex-gohistogram-devel.noarch

2. Uninstall "golang-github-vividcortex-gohistogram-devel.noarch" package

Please follow the guidance below to uninstall golang-github-vividcortex-gohistogram-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-vividcortex-gohistogram-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-vividcortex-gohistogram-devel.noarch package on Fedora 35

Last metadata expiration check: 0:00:51 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-vividcortex-gohistogram-devel
Version : 1.0.0
Release : 6.fc35
Architecture : noarch
Size : 27 k
Source : golang-github-vividcortex-gohistogram-1.0.0-6.fc35.src.rpm
Repository : fedora
Summary : Streaming approximate histograms in Go
URL : https://github.com/VividCortex/gohistogram
License : MIT
Description : This package provides Streaming Approximate Histograms for efficient quantile
: approximations.
:
: The histograms in this package are based on the algorithms found in Ben-Haim &
: Yom-Tov's A Streaming Parallel Decision Tree Algorithm. Histogram bins do not
: have a preset size. As values stream into the histogram, bins are dynamically
: added and merged.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/VividCortex/gohistogram