How to Install and Uninstall wire Package on openSuSE Tumbleweed

Last updated: April 28,2024

1. Install "wire" package

Please follow the step by step instructions below to install wire on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install wire

2. Uninstall "wire" package

Please follow the guidance below to uninstall wire on openSuSE Tumbleweed:

$ sudo zypper remove wire

3. Information about the wire package on openSuSE Tumbleweed

Information for package wire:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : wire
Version : 0.6.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 5.3 MiB
Installed : No
Status : not installed
Source package : wire-0.6.0-1.1.src
Upstream URL : https://github.com/google/wire
Summary : Compile-time Dependency Injection for Go
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.