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

Last updated: November 28,2024

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

Here is a brief guide to show you how to install golang-github-masterminds-glide-devel.noarch on Fedora 38

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

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

This is a short guide on how to uninstall golang-github-masterminds-glide-devel.noarch on Fedora 38:

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

Last metadata expiration check: 0:24:31 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-github-masterminds-glide-devel
Version : 0.13.2
Release : 13.fc38
Architecture : noarch
Size : 129 k
Source : glide-0.13.2-13.fc38.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