How to Install and Uninstall python3-inject.noarch Package on Fedora 36

Last updated: July 08,2024

1. Install "python3-inject.noarch" package

In this section, we are going to explain the necessary steps to install python3-inject.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-inject.noarch

2. Uninstall "python3-inject.noarch" package

Learn how to uninstall python3-inject.noarch on Fedora 36:

$ sudo dnf remove python3-inject.noarch $ sudo dnf autoremove

3. Information about the python3-inject.noarch package on Fedora 36

Last metadata expiration check: 5:52:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-inject
Version : 4.3.1
Release : 6.fc36
Architecture : noarch
Size : 27 k
Source : python-inject-4.3.1-6.fc36.src.rpm
Repository : fedora
Summary : Dependency injection, the Python way
URL : https://github.com/ivankorobkov/python-inject
License : ASL 2.0
Description : Dependency injection the python way, the good way.
: Not a port of Guice or Spring.
:
: Key features:
: - Fast.
: - Thread-safe.
: - Simple to use.
: - Does not steal class constructors.
: - Does not try to manage your application object graph.
: - Transparently integrates into tests.
: - Supports type hinting in Python 3.5+.
: - Autoparams leveraging type annotations.