How to Install and Uninstall glide.x86_64 Package on Fedora 35
Last updated: November 30,2024
1. Install "glide.x86_64" package
Please follow the steps below to install glide.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
glide.x86_64
Copied
2. Uninstall "glide.x86_64" package
Learn how to uninstall glide.x86_64 on Fedora 35:
$
sudo dnf remove
glide.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the glide.x86_64 package on Fedora 35
Last metadata expiration check: 3:29:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : glide
Version : 0.13.2
Release : 10.fc35
Architecture : x86_64
Size : 4.4 M
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.
Available Packages
Name : glide
Version : 0.13.2
Release : 10.fc35
Architecture : x86_64
Size : 4.4 M
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.