How to Install and Uninstall golang-github-facebookarchive-inject-devel.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "golang-github-facebookarchive-inject-devel.noarch" package

This guide let you learn how to install golang-github-facebookarchive-inject-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-facebookarchive-inject-devel.noarch

2. Uninstall "golang-github-facebookarchive-inject-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-facebookarchive-inject-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-facebookarchive-inject-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-facebookarchive-inject-devel.noarch package on Fedora 34

Last metadata expiration check: 0:53:30 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-facebookarchive-inject-devel
Version : 0
Release : 0.8.20190326gitf23751c.fc34
Architecture : noarch
Size : 20 k
Source : golang-github-facebookarchive-inject-0-0.8.20190326gitf23751c.fc34.src.rpm
Repository : fedora
Summary : Reflect based injector
URL : https://github.com/facebookarchive/inject
License : MIT
Description : Package inject provides a reflect based injector. A large application built with
: dependency injection in mind will typically involve the boring work of setting
: up the object graph. This library attempts to take care of this boring work by
: creating and connecting the various objects. Its use involves you seeding the
: object graph with some (possibly incomplete) objects, where the underlying types
: have been tagged for injection. Given this, the library will populate the
: objects creating new ones as necessary. It uses singletons by default, supports
: optional private instances as well as named instances.
:
: It works using Go's reflection package and is inherently limited in what it can
: do as opposed to a code-gen system with respect to private fields.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/facebookarchive/inject