How to Install and Uninstall glide.x86_64 Package on Fedora 36

Last updated: January 20,2025

1. Install "glide.x86_64" package

Here is a brief guide to show you how to install glide.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install glide.x86_64

2. Uninstall "glide.x86_64" package

Please follow the steps below to uninstall glide.x86_64 on Fedora 36:

$ sudo dnf remove glide.x86_64 $ sudo dnf autoremove

3. Information about the glide.x86_64 package on Fedora 36

Last metadata expiration check: 1:36:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : glide
Version : 0.13.2
Release : 11.fc36
Architecture : x86_64
Size : 4.3 M
Source : glide-0.13.2-11.fc36.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.