How to Install and Uninstall wire Package on openSUSE Leap
Last updated: December 25,2024
1. Install "wire" package
Please follow the instructions below to install wire on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
wire
Copied
2. Uninstall "wire" package
Please follow the steps below to uninstall wire on openSUSE Leap:
$
sudo zypper remove
wire
Copied
3. Information about the wire package on openSUSE Leap
Information for package wire:
-----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : wire
Version : 0.5.0-150000.1.14.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.8 MiB
Installed : No
Status : not installed
Source package : wire-0.5.0-150000.1.14.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.
-----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : wire
Version : 0.5.0-150000.1.14.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.8 MiB
Installed : No
Status : not installed
Source package : wire-0.5.0-150000.1.14.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.