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

Last updated: July 01,2024

1. Install "golang-github-google-wire.x86_64" package

This is a short guide on how to install golang-github-google-wire.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-google-wire.x86_64

2. Uninstall "golang-github-google-wire.x86_64" package

This guide covers the steps necessary to uninstall golang-github-google-wire.x86_64 on Fedora 35:

$ sudo dnf remove golang-github-google-wire.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-google-wire.x86_64 package on Fedora 35

Last metadata expiration check: 1:15:08 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-google-wire
Version : 0.4.0
Release : 6.fc35
Architecture : x86_64
Size : 1.7 M
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.