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

Last updated: October 05,2024

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

This guide let you learn how to install golang-github-google-wire-devel.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall golang-github-google-wire-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 4:09:06 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-google-wire-devel
Version : 0.4.0
Release : 6.fc35
Architecture : noarch
Size : 58 k
Source : golang-github-google-wire-0.4.0-6.fc35.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