How To Install auto-value-annotations on Fedora 36

In this tutorial we learn how to install auto-value-annotations in Fedora 36. auto-value-annotations is Auto Value Annotations

Introduction

In this tutorial we learn how to install auto-value-annotations on Fedora 36.

What is auto-value-annotations

Immutable value-type code generation for Java 1.6+.

We can use yum or dnf to install auto-value-annotations on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install auto-value-annotations.

Install auto-value-annotations 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-annotations using dnf by running the following command:

sudo dnf -y install auto-value-annotations

Install auto-value-annotations 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-annotations using yum by running the following command:

sudo yum -y install auto-value-annotations

How To Uninstall auto-value-annotations on Fedora 36

To uninstall only the auto-value-annotations package we can use the following command:

sudo dnf remove auto-value-annotations

auto-value-annotations Package Contents on Fedora 36

/usr/share/java/auto
/usr/share/java/auto/auto-value-annotations.jar
/usr/share/licenses/auto-value-annotations
/usr/share/licenses/auto-value-annotations/LICENSE.txt
/usr/share/maven-metadata/auto-auto-value-annotations.xml
/usr/share/maven-poms/auto
/usr/share/maven-poms/auto/auto-value-annotations.pom

References

Summary

In this tutorial we learn how to install auto-value-annotations on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).