How to Install and Uninstall go-bindata.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "go-bindata.x86_64" package

Please follow the guidance below to install go-bindata.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install go-bindata.x86_64

2. Uninstall "go-bindata.x86_64" package

This guide let you learn how to uninstall go-bindata.x86_64 on Fedora 34:

$ sudo dnf remove go-bindata.x86_64 $ sudo dnf autoremove

3. Information about the go-bindata.x86_64 package on Fedora 34

Last metadata expiration check: 2:34:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : go-bindata
Version : 3.0.7
Release : 19.gita0ff256.fc34
Architecture : x86_64
Size : 793 k
Source : go-bindata-3.0.7-19.gita0ff256.fc34.src.rpm
Repository : fedora
Summary : A small utility which generates Go code from any file
URL : https://github.com/jteeuwen/go-bindata
License : MIT
Description : A small utility which generates Go code from any file
:
: This tool converts any file into managable Go source code. Useful for
: embedding binary data into a go program. The file data is optionally gzip
: compressed before being converted to a raw byte slice.