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

Last updated: October 07,2024

1. Install "go-bindata.x86_64" package

Please follow the guidelines below to install go-bindata.x86_64 on Fedora 35

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

2. Uninstall "go-bindata.x86_64" package

This tutorial shows how to uninstall go-bindata.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:35:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : go-bindata
Version : 3.0.7
Release : 22.gita0ff256.fc35
Architecture : x86_64
Size : 787 k
Source : go-bindata-3.0.7-22.gita0ff256.fc35.src.rpm
Repository : updates
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.