How To Install auto-value-parent on Fedora 36
Introduction
In this tutorial we learn how to install auto-value-parent on Fedora 36.
What is auto-value-parent
Immutable value-type code generation for Java 1.6+.
We can use yum or dnf to install auto-value-parent on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install auto-value-parent.
Install auto-value-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 auto-value-parent using dnf by running the following command:
sudo dnf -y install auto-value-parent
Install auto-value-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 auto-value-parent using yum by running the following command:
sudo yum -y install auto-value-parent
How To Uninstall auto-value-parent on Fedora 36
To uninstall only the auto-value-parent package we can use the following command:
sudo dnf remove auto-value-parent
auto-value-parent Package Contents on Fedora 36
/usr/share/licenses/auto-value-parent
/usr/share/licenses/auto-value-parent/LICENSE.txt
/usr/share/maven-metadata/auto-auto-value-parent.xml
/usr/share/maven-poms/auto
/usr/share/maven-poms/auto/auto-value-parent.pom
References
Summary
In this tutorial we learn how to install auto-value-parent on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).