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

Last updated: September 28,2024

1. Install "go-bindata.x86_64" package

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

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

2. Uninstall "go-bindata.x86_64" package

Please follow the step by step instructions below to uninstall go-bindata.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:04:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : go-bindata
Version : 3.0.7
Release : 23.gita0ff256.fc36
Architecture : x86_64
Size : 720 k
Source : go-bindata-3.0.7-23.gita0ff256.fc36.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.