How To Install jcip-annotations-javadoc on Fedora 36

In this tutorial we learn how to install jcip-annotations-javadoc in Fedora 36. jcip-annotations-javadoc is Javadoc for jcip-annotations

Introduction

In this tutorial we learn how to install jcip-annotations-javadoc on Fedora 36.

What is jcip-annotations-javadoc

Javadoc documentation for the jcip-annotations package. On systems where javadoc is sinjdoc, this package contains nothing useful since sinjdoc does not understand annotations.

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

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

sudo dnf -y install jcip-annotations-javadoc

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

sudo yum -y install jcip-annotations-javadoc

How To Uninstall jcip-annotations-javadoc on Fedora 36

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

sudo dnf remove jcip-annotations-javadoc

jcip-annotations-javadoc Package Contents on Fedora 36

/usr/share/javadoc/jcip-annotations
/usr/share/javadoc/jcip-annotations/allclasses-index.html
/usr/share/javadoc/jcip-annotations/allpackages-index.html
/usr/share/javadoc/jcip-annotations/element-list
/usr/share/javadoc/jcip-annotations/help-doc.html
/usr/share/javadoc/jcip-annotations/index-all.html
/usr/share/javadoc/jcip-annotations/index.html
/usr/share/javadoc/jcip-annotations/jquery-ui.overrides.css
/usr/share/javadoc/jcip-annotations/legal
/usr/share/javadoc/jcip-annotations/legal/ADDITIONAL_LICENSE_INFO
/usr/share/javadoc/jcip-annotations/legal/ASSEMBLY_EXCEPTION
/usr/share/javadoc/jcip-annotations/legal/LICENSE
/usr/share/javadoc/jcip-annotations/legal/jquery.md
/usr/share/javadoc/jcip-annotations/legal/jqueryUI.md
/usr/share/javadoc/jcip-annotations/member-search-index.js
/usr/share/javadoc/jcip-annotations/module-search-index.js
/usr/share/javadoc/jcip-annotations/net
/usr/share/javadoc/jcip-annotations/net/jcip
/usr/share/javadoc/jcip-annotations/net/jcip/annotations
/usr/share/javadoc/jcip-annotations/net/jcip/annotations/GuardedBy.html
/usr/share/javadoc/jcip-annotations/net/jcip/annotations/Immutable.html
/usr/share/javadoc/jcip-annotations/net/jcip/annotations/NotThreadSafe.html
/usr/share/javadoc/jcip-annotations/net/jcip/annotations/ThreadSafe.html
/usr/share/javadoc/jcip-annotations/net/jcip/annotations/package-summary.html
/usr/share/javadoc/jcip-annotations/net/jcip/annotations/package-tree.html
/usr/share/javadoc/jcip-annotations/overview-tree.html
/usr/share/javadoc/jcip-annotations/package-search-index.js
/usr/share/javadoc/jcip-annotations/resources
/usr/share/javadoc/jcip-annotations/resources/glass.png
/usr/share/javadoc/jcip-annotations/resources/x.png
/usr/share/javadoc/jcip-annotations/script-dir
/usr/share/javadoc/jcip-annotations/script-dir/images
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-bg_glass_65_dadada_1x400.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-bg_glass_75_dadada_1x400.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-icons_222222_256x240.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-icons_2e83ff_256x240.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-icons_454545_256x240.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-icons_888888_256x240.png
/usr/share/javadoc/jcip-annotations/script-dir/images/ui-icons_cd0a0a_256x240.png
/usr/share/javadoc/jcip-annotations/script-dir/jquery-3.5.1.min.js
/usr/share/javadoc/jcip-annotations/script-dir/jquery-ui.min.css
/usr/share/javadoc/jcip-annotations/script-dir/jquery-ui.min.js
/usr/share/javadoc/jcip-annotations/script-dir/jquery-ui.structure.min.css
/usr/share/javadoc/jcip-annotations/script.js
/usr/share/javadoc/jcip-annotations/search.js
/usr/share/javadoc/jcip-annotations/stylesheet.css
/usr/share/javadoc/jcip-annotations/tag-search-index.js
/usr/share/javadoc/jcip-annotations/type-search-index.js

References

Summary

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