How to Install and Uninstall golang-github-cheekybits-genny.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "golang-github-cheekybits-genny.x86_64" package

Here is a brief guide to show you how to install golang-github-cheekybits-genny.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-cheekybits-genny.x86_64

2. Uninstall "golang-github-cheekybits-genny.x86_64" package

Please follow the guidelines below to uninstall golang-github-cheekybits-genny.x86_64 on Fedora 34:

$ sudo dnf remove golang-github-cheekybits-genny.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-cheekybits-genny.x86_64 package on Fedora 34

Last metadata expiration check: 5:09:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-cheekybits-genny
Version : 1.0.0
Release : 6.20200724git3e22f1a.fc34
Architecture : x86_64
Size : 2.3 M
Source : golang-github-cheekybits-genny-1.0.0-6.20200724git3e22f1a.fc34.src.rpm
Repository : fedora
Summary : Elegant generics for Go
URL : https://github.com/cheekybits/genny
License : MIT
Description :
: Genny is a code-generation generics solution. It allows you write normal
: buildable and testable Go code which, when processed by the genny gen tool, will
: replace the generics with specific types.