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

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install golang-github-facebookarchive-inject-devel.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall golang-github-facebookarchive-inject-devel.noarch on Fedora 35:

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

Last metadata expiration check: 2:33:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-facebookarchive-inject-devel
Version : 0
Release : 0.9.20190326gitf23751c.fc35
Architecture : noarch
Size : 20 k
Source : golang-github-facebookarchive-inject-0-0.9.20190326gitf23751c.fc35.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