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

Last updated: January 14,2025

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

Please follow the step by step instructions below to install golang-github-masterminds-glide-devel.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall golang-github-masterminds-glide-devel.noarch on Fedora 35:

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

Last metadata expiration check: 1:35:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-masterminds-glide-devel
Version : 0.13.2
Release : 10.fc35
Architecture : noarch
Size : 110 k
Source : glide-0.13.2-10.fc35.src.rpm
Repository : updates
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