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

Last updated: May 03,2024

1. Install "python3-inject.noarch" package

Please follow the steps below to install python3-inject.noarch on Fedora 35

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

2. Uninstall "python3-inject.noarch" package

Please follow the steps below to uninstall python3-inject.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:47:38 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-inject
Version : 4.3.1
Release : 5.fc35
Architecture : noarch
Size : 27 k
Source : python-inject-4.3.1-5.fc35.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.