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

Last updated: October 01,2024

1. Install "gowrap.x86_64" package

Please follow the steps below to install gowrap.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install gowrap.x86_64

2. Uninstall "gowrap.x86_64" package

Please follow the guidelines below to uninstall gowrap.x86_64 on Fedora 38:

$ sudo dnf remove gowrap.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:21:28 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : gowrap
Version : 1.1.12
Release : 8.fc38
Architecture : x86_64
Size : 95 k
Source : golang-github-hexdigest-gowrap-1.1.12-8.fc38.src.rpm
Repository : fedora
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.