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

Last updated: January 08,2025

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 36

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

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

This guide let you learn how to uninstall golang-github-google-wire.x86_64 on Fedora 36:

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

Last metadata expiration check: 0:47:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-google-wire
Version : 0.5.0
Release : 4.fc36
Architecture : x86_64
Size : 1.7 M
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.