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