How to Install and Uninstall golang-github-google-wire-devel.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "golang-github-google-wire-devel.noarch" package

This is a short guide on how to install golang-github-google-wire-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-google-wire-devel.noarch

2. Uninstall "golang-github-google-wire-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-google-wire-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-google-wire-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-google-wire-devel.noarch package on Fedora 36

Last metadata expiration check: 0:13:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-google-wire-devel
Version : 0.5.0
Release : 4.fc36
Architecture : noarch
Size : 58 k
Source : golang-github-google-wire-0.5.0-4.fc36.src.rpm
Repository : updates
Summary : Compile-time Dependency Injection for Go
URL : https://github.com/google/wire
License : ASL 2.0
Description : Wire is a code generation tool that automates connecting components using
: dependency injection. Dependencies between components are represented in Wire as
: function parameters, encouraging explicit initialization instead of global
: variables. Because Wire operates without runtime state or reflection, code
: written to be used with Wire is useful even for hand-written initialization.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/google/wire