How to Install and Uninstall golang-gopkg-inf-0-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "golang-gopkg-inf-0-devel.noarch" package

Please follow the guidance below to install golang-gopkg-inf-0-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-gopkg-inf-0-devel.noarch

2. Uninstall "golang-gopkg-inf-0-devel.noarch" package

Please follow the guidance below to uninstall golang-gopkg-inf-0-devel.noarch on Fedora 34:

$ sudo dnf remove golang-gopkg-inf-0-devel.noarch $ sudo dnf autoremove

3. Information about the golang-gopkg-inf-0-devel.noarch package on Fedora 34

Last metadata expiration check: 0:19:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-gopkg-inf-0-devel
Version : 0.9.1
Release : 6.fc34
Architecture : noarch
Size : 22 k
Source : golang-gopkg-inf-0-0.9.1-6.fc34.src.rpm
Repository : fedora
Summary : "Infinite-precision" decimal arithmetic
URL : https://github.com/go-inf/inf
License : BSD
Description : Package inf (type inf.Dec) implements "infinite-precision" decimal arithmetic.
: "Infinite precision" describes two characteristics: practically unlimited
: precision for decimal number representation and no support for calculating with
: any specific fixed precision. (Although there is no practical limit on
: precision, inf.Dec can only represent finite decimals.).
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – gopkg.in/inf.v0