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

Last updated: October 12,2024

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

Please follow the instructions below to install golang-github-google-wire.x86_64 on Fedora 39

$ 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 39:

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

Last metadata expiration check: 5:28:13 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-google-wire
Version : 0.5.0
Release : 7.fc39
Architecture : x86_64
Size : 1.8 M
Source : golang-github-google-wire-0.5.0-7.fc39.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.