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

Last updated: November 14,2024

1. Install "atinject.noarch" package

Please follow the guidelines below to install atinject.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install atinject.noarch

2. Uninstall "atinject.noarch" package

Please follow the step by step instructions below to uninstall atinject.noarch on Oracle Linux 8:

$ sudo dnf remove atinject.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 6:34:31 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : atinject
Version : 1
Release : 28.20100611svn86.module+el8+5161+5cac467c
Architecture : noarch
Size : 20 k
Source : atinject-1-28.20100611svn86.module+el8+5161+5cac467c.src.rpm
Repository : ol8_appstream
Summary : Dependency injection specification for Java (JSR-330)
URL : http://code.google.com/p/atinject/
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.