How to Install and Uninstall golang-github-bep-gitmap-devel.noarch Package on Fedora 36

Last updated: July 05,2024

1. Install "golang-github-bep-gitmap-devel.noarch" package

Learn how to install golang-github-bep-gitmap-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-bep-gitmap-devel.noarch

2. Uninstall "golang-github-bep-gitmap-devel.noarch" package

Please follow the guidance below to uninstall golang-github-bep-gitmap-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-bep-gitmap-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-bep-gitmap-devel.noarch package on Fedora 36

Last metadata expiration check: 3:15:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-bep-gitmap-devel
Version : 1.1.2
Release : 5.fc36
Architecture : noarch
Size : 13 k
Source : golang-github-bep-gitmap-1.1.2-5.fc36.src.rpm
Repository : fedora
Summary : Create map from filename to info object from revision of a repo
URL : https://github.com/bep/gitmap
License : MIT
Description : A fairly fast way to create a map from all the filenames to info objects for a
: given revision of a Git repo.
:
: This library uses os/exec to talk to Git. There are faster ways to do this by
: using some Go Git-lib or C bindings, but that adds dependencies I really don't
: want or need.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/bep/gitmap