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

Last updated: September 24,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 39

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

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

Here is a brief guide to show you how to uninstall golang-github-shurcool-vfsgen.x86_64 on Fedora 39:

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

Last metadata expiration check: 0:30:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-shurcool-vfsgen
Version : 0
Release : 0.15.20210113git0d455de.fc39
Architecture : x86_64
Size : 1.4 M
Source : golang-github-shurcool-vfsgen-0-0.15.20210113git0d455de.fc39.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.