How to Install and Uninstall golang-github-shurcool-vfsgen.x86_64 Package on Fedora 34

Last updated: July 08,2024

1. Install "golang-github-shurcool-vfsgen.x86_64" package

Please follow the step by step instructions below to install golang-github-shurcool-vfsgen.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-shurcool-vfsgen.x86_64

2. Uninstall "golang-github-shurcool-vfsgen.x86_64" package

In this section, we are going to explain the necessary steps to uninstall golang-github-shurcool-vfsgen.x86_64 on Fedora 34:

$ sudo dnf remove golang-github-shurcool-vfsgen.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-shurcool-vfsgen.x86_64 package on Fedora 34

Last metadata expiration check: 4:01:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-shurcool-vfsgen
Version : 0
Release : 0.8.20210113git0d455de.fc34
Architecture : x86_64
Size : 1.3 M
Source : golang-github-shurcool-vfsgen-0-0.8.20210113git0d455de.fc34.src.rpm
Repository : fedora
Summary : Takes an input http.FileSystem and generates code that statically implements it
URL : https://github.com/shurcooL/vfsgen
License : MIT
Description :
: Package Vfsgen takes an http.FileSystem (likely at go generate time) and
: generates Go code that statically implements the provided http.FileSystem.