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

Last updated: September 22,2024

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

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

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

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

This guide covers the steps necessary to uninstall golang-github-shurcool-vfsgen.x86_64 on Fedora 38:

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

Last metadata expiration check: 0:38:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-github-shurcool-vfsgen
Version : 0
Release : 0.14.20210113git0d455de.fc38
Architecture : x86_64
Size : 1.3 M
Source : golang-github-shurcool-vfsgen-0-0.14.20210113git0d455de.fc38.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.