How to Install and Uninstall golang-github-facebookarchive-inject-devel.noarch Package on Fedora 36
Last updated: March 01,2025
1. Install "golang-github-facebookarchive-inject-devel.noarch" package
Please follow the steps below to install golang-github-facebookarchive-inject-devel.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
golang-github-facebookarchive-inject-devel.noarch
Copied
2. Uninstall "golang-github-facebookarchive-inject-devel.noarch" package
Here is a brief guide to show you how to uninstall golang-github-facebookarchive-inject-devel.noarch on Fedora 36:
$
sudo dnf remove
golang-github-facebookarchive-inject-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the golang-github-facebookarchive-inject-devel.noarch package on Fedora 36
Last metadata expiration check: 5:43:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-facebookarchive-inject-devel
Version : 0
Release : 0.10.20190326gitf23751c.fc36
Architecture : noarch
Size : 20 k
Source : golang-github-facebookarchive-inject-0-0.10.20190326gitf23751c.fc36.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
Available Packages
Name : golang-github-facebookarchive-inject-devel
Version : 0
Release : 0.10.20190326gitf23751c.fc36
Architecture : noarch
Size : 20 k
Source : golang-github-facebookarchive-inject-0-0.10.20190326gitf23751c.fc36.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