How to Install and Uninstall golang-github-masterminds-glide-devel.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "golang-github-masterminds-glide-devel.noarch" package

This is a short guide on how to install golang-github-masterminds-glide-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-masterminds-glide-devel.noarch

2. Uninstall "golang-github-masterminds-glide-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-masterminds-glide-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-masterminds-glide-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-masterminds-glide-devel.noarch package on Fedora 34

Last metadata expiration check: 5:46:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-masterminds-glide-devel
Version : 0.13.2
Release : 7.fc34
Architecture : noarch
Size : 110 k
Source : glide-0.13.2-7.fc34.src.rpm
Repository : fedora
Summary : Package Management for Golang
URL : https://github.com/Masterminds/glide
License : MIT
Description : Glide is a tool for managing the vendor directory within a Go package. This
: feature, first introduced in Go 1.5, allows each package to have a vendor
: directory containing dependent packages for the project. These vendor packages
: can be installed by a tool (e.g. glide), similar to go get or they can be
: vendored and distributed with the package.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/Masterminds/glide