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

Last updated: October 10,2024

1. Install "go-bindata.x86_64" package

Please follow the instructions below to install go-bindata.x86_64 on Fedora 38

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

2. Uninstall "go-bindata.x86_64" package

This guide covers the steps necessary to uninstall go-bindata.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 1:17:21 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : go-bindata
Version : 3.0.7
Release : 25.gita0ff256.fc38
Architecture : x86_64
Size : 747 k
Source : go-bindata-3.0.7-25.gita0ff256.fc38.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.