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

Last updated: November 25,2024

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

Learn how to install golang-gopkg-inf-0-devel.noarch on Fedora 35

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

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

Learn how to uninstall golang-gopkg-inf-0-devel.noarch on Fedora 35:

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

Last metadata expiration check: 5:38:45 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-gopkg-inf-0-devel
Version : 0.9.1
Release : 7.fc35
Architecture : noarch
Size : 22 k
Source : golang-gopkg-inf-0-0.9.1-7.fc35.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