How to Install and Uninstall maven.src Package on Oracle Linux 9
Last updated: November 29,2024
1. Install "maven.src" package
This is a short guide on how to install maven.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
maven.src
Copied
2. Uninstall "maven.src" package
Please follow the instructions below to uninstall maven.src on Oracle Linux 9:
$
sudo dnf remove
maven.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the maven.src package on Oracle Linux 9
Last metadata expiration check: 1:19:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : maven
Epoch : 1
Version : 3.8.5
Release : 4.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 2.7 M
Source : None
Repository : ol9_appstream
Summary : Java project management and project comprehension tool
URL : https://maven.apache.org/
License : ASL 2.0 and MIT
Description : Maven is a software project management and comprehension tool. Based on the
: concept of a project object model (POM), Maven can manage a project's build,
: reporting and documentation from a central piece of information.
Available Packages
Name : maven
Epoch : 1
Version : 3.8.5
Release : 4.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 2.7 M
Source : None
Repository : ol9_appstream
Summary : Java project management and project comprehension tool
URL : https://maven.apache.org/
License : ASL 2.0 and MIT
Description : Maven is a software project management and comprehension tool. Based on the
: concept of a project object model (POM), Maven can manage a project's build,
: reporting and documentation from a central piece of information.