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

Last updated: July 05,2024

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

This guide let you learn how to install golang-github-google-wire.x86_64 on Fedora 34

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

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

This is a short guide on how to uninstall golang-github-google-wire.x86_64 on Fedora 34:

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

Last metadata expiration check: 2:03:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-google-wire
Version : 0.4.0
Release : 3.fc34
Architecture : x86_64
Size : 1.7 M
Source : golang-github-google-wire-0.4.0-3.fc34.src.rpm
Repository : fedora
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.