How to Install and Uninstall atinject.noarch Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "atinject.noarch" package

This is a short guide on how to install atinject.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install atinject.noarch

2. Uninstall "atinject.noarch" package

Please follow the guidelines below to uninstall atinject.noarch on Oracle Linux 9:

$ sudo dnf remove atinject.noarch $ sudo dnf autoremove

3. Information about the atinject.noarch package on Oracle Linux 9

Last metadata expiration check: 3:22:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : atinject
Version : 1.0.3
Release : 6.el9
Architecture : noarch
Size : 28 k
Source : atinject-1.0.3-6.el9.src.rpm
Repository : ol9_appstream
Summary : Dependency injection specification for Java (JSR-330)
URL : https://github.com/eclipse-ee4j/injection-api
License : ASL 2.0
Description : This package specifies a means for obtaining objects in such a way as
: to maximize reusability, testability and maintainability compared to
: traditional approaches such as constructors, factories, and service
: locators (e.g., JNDI). This process, known as dependency injection, is
: beneficial to most nontrivial applications.