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

Last updated: October 07,2024

1. Install "gowrap.x86_64" package

Here is a brief guide to show you how to install gowrap.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install gowrap.x86_64

2. Uninstall "gowrap.x86_64" package

Please follow the step by step instructions below to uninstall gowrap.x86_64 on Fedora 35:

$ sudo dnf remove gowrap.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:39:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : gowrap
Version : 1.1.12
Release : 4.fc35
Architecture : x86_64
Size : 75 k
Source : golang-github-hexdigest-gowrap-1.1.12-4.fc35.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.