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

Last updated: October 06,2024

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

This guide covers the steps necessary to install golang-github-bep-gitmap-devel.noarch on Fedora 34

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

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

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

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

Last metadata expiration check: 4:09:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-bep-gitmap-devel
Version : 1.1.2
Release : 3.fc34
Architecture : noarch
Size : 14 k
Source : golang-github-bep-gitmap-1.1.2-3.fc34.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