How to Install and Uninstall gowrap.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "gowrap.x86_64" package

This is a short guide on how to install gowrap.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gowrap.x86_64

2. Uninstall "gowrap.x86_64" package

Please follow the instructions below to uninstall gowrap.x86_64 on Fedora 36:

$ sudo dnf remove gowrap.x86_64 $ sudo dnf autoremove

3. Information about the gowrap.x86_64 package on Fedora 36

Last metadata expiration check: 1:53:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gowrap
Version : 1.1.12
Release : 5.fc36
Architecture : x86_64
Size : 81 k
Source : golang-github-hexdigest-gowrap-1.1.12-5.fc36.src.rpm
Repository : updates
Summary : GoWrap is a command line tool for generating decorators for Go interfaces
URL : https://github.com/hexdigest/gowrap
License : MIT
Description :
: GoWrap is a command line tool that generates decorators for Go interface types
: using simple templates. With GoWrap you can easily add metrics, tracing,
: fallbacks, pools, and many other features into your existing code in a few
: seconds.