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

Last updated: November 27,2024

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

In this section, we are going to explain the necessary steps to install golang-github-bep-gitmap-devel.noarch on Fedora 35

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

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

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

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

Last metadata expiration check: 1:42:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-bep-gitmap-devel
Version : 1.1.2
Release : 4.fc35
Architecture : noarch
Size : 13 k
Source : golang-github-bep-gitmap-1.1.2-4.fc35.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