How To Install codehaus-parent on Fedora 36
Introduction
In this tutorial we learn how to install codehaus-parent
on Fedora 36.
What is codehaus-parent
This package contains the parent pom file for codehaus projects.
We can use yum
or dnf
to install codehaus-parent
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install codehaus-parent.
Install codehaus-parent on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install codehaus-parent
using dnf
by running the following command:
sudo dnf -y install codehaus-parent
Install codehaus-parent on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install codehaus-parent
using yum
by running the following command:
sudo yum -y install codehaus-parent
How To Uninstall codehaus-parent on Fedora 36
To uninstall only the codehaus-parent
package we can use the following command:
sudo dnf remove codehaus-parent
codehaus-parent Package Contents on Fedora 36
/usr/share/doc/codehaus-parent
/usr/share/doc/codehaus-parent/LICENSE
/usr/share/maven-metadata/codehaus-parent.xml
/usr/share/maven-poms/codehaus-parent
/usr/share/maven-poms/codehaus-parent/codehaus-parent.pom
References
Summary
In this tutorial we learn how to install codehaus-parent
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).