How To Install auto-common on Fedora 36

In this tutorial we learn how to install auto-common in Fedora 36. auto-common is Auto Common Utilities

Introduction

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

What is auto-common

Common utilities for creating annotation processors.

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

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

sudo dnf -y install auto-common

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

sudo yum -y install auto-common

How To Uninstall auto-common on Fedora 36

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

sudo dnf remove auto-common

auto-common Package Contents on Fedora 36

/usr/share/doc/auto-common
/usr/share/doc/auto-common/README.md
/usr/share/java/auto
/usr/share/java/auto/auto-common.jar
/usr/share/licenses/auto-common
/usr/share/licenses/auto-common/LICENSE.txt
/usr/share/maven-metadata/auto-auto-common.xml
/usr/share/maven-poms/auto
/usr/share/maven-poms/auto/auto-common.pom

References

Summary

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