How To Install jdependency-javadoc on CentOS 7

In this tutorial we learn how to install jdependency-javadoc on CentOS 7. jdependency-javadoc is API documentation for jdependency

Introduction

In this tutorial we learn how to install jdependency-javadoc on CentOS 7.

What is jdependency-javadoc

API documentation for jdependency.

We can use yum or dnf to install jdependency-javadoc on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install jdependency-javadoc.

Install jdependency-javadoc on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install jdependency-javadoc using yum by running the following command:

sudo yum -y install jdependency-javadoc

Install jdependency-javadoc on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install jdependency-javadoc using dnf by running the following command:

sudo dnf -y install jdependency-javadoc

How To Uninstall jdependency-javadoc on CentOS 7

To uninstall only the jdependency-javadoc package we can use the following command:

sudo dnf remove jdependency-javadoc

References

Summary

In this tutorial we learn how to install jdependency-javadoc on CentOS 7 using yum and dnf.