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

Last updated: November 26,2024

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

Please follow the steps below to install golang-github-shurcool-vfsgen.x86_64 on Fedora 36

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

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

Please follow the steps below to uninstall golang-github-shurcool-vfsgen.x86_64 on Fedora 36:

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

Last metadata expiration check: 3:13:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-shurcool-vfsgen
Version : 0
Release : 0.12.20210113git0d455de.fc36
Architecture : x86_64
Size : 1.2 M
Source : golang-github-shurcool-vfsgen-0-0.12.20210113git0d455de.fc36.src.rpm
Repository : updates
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.