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

Last updated: November 25,2024

1. Install "go-bindata.x86_64" package

Here is a brief guide to show you how to install go-bindata.x86_64 on Fedora 39

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

2. Uninstall "go-bindata.x86_64" package

Learn how to uninstall go-bindata.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:48:23 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : go-bindata
Version : 3.0.7
Release : 26.gita0ff256.fc39
Architecture : x86_64
Size : 767 k
Source : go-bindata-3.0.7-26.gita0ff256.fc39.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.