How To Install jpype-doc on Fedora 36

In this tutorial we learn how to install jpype-doc in Fedora 36. jpype-doc is Documentation files for jpype

Introduction

In this tutorial we learn how to install jpype-doc on Fedora 36.

What is jpype-doc

Documentation files for jpype.

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

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

sudo dnf -y install jpype-doc

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

sudo yum -y install jpype-doc

How To Uninstall jpype-doc on Fedora 36

To uninstall only the jpype-doc package we can use the following command:

sudo dnf remove jpype-doc

jpype-doc Package Contents on Fedora 36

/usr/share/doc/jpype-doc
/usr/share/doc/jpype-doc/examples
/usr/share/doc/jpype-doc/examples/jms
/usr/share/doc/jpype-doc/examples/jms/README.TXT
/usr/share/doc/jpype-doc/examples/jms/testJpypePublisher.py
/usr/share/doc/jpype-doc/examples/jms/testJpypeSubscriber.py
/usr/share/doc/jpype-doc/examples/linux
/usr/share/doc/jpype-doc/examples/linux/README.TXT
/usr/share/doc/jpype-doc/examples/linux/findjvm.py
/usr/share/doc/jpype-doc/examples/linux/jpype.sh
/usr/share/doc/jpype-doc/examples/rmi.py
/usr/share/doc/jpype-doc/html
/usr/share/doc/jpype-doc/html/CHANGELOG.html
/usr/share/doc/jpype-doc/html/ChangeLog-0.7.2.html
/usr/share/doc/jpype-doc/html/ChangeLog-0.7.html
/usr/share/doc/jpype-doc/html/_images
/usr/share/doc/jpype-doc/html/_images/attach_debugger.png
/usr/share/doc/jpype-doc/html/_sources
/usr/share/doc/jpype-doc/html/_sources/CHANGELOG.rst.txt
/usr/share/doc/jpype-doc/html/_sources/ChangeLog-0.7.2.rst.txt
/usr/share/doc/jpype-doc/html/_sources/ChangeLog-0.7.rst.txt
/usr/share/doc/jpype-doc/html/_sources/android.rst.txt
/usr/share/doc/jpype-doc/html/_sources/api.rst.txt
/usr/share/doc/jpype-doc/html/_sources/caller_sensitive.rst.txt
/usr/share/doc/jpype-doc/html/_sources/dbapi2.rst.txt
/usr/share/doc/jpype-doc/html/_sources/develguide.rst.txt
/usr/share/doc/jpype-doc/html/_sources/imports.rst.txt
/usr/share/doc/jpype-doc/html/_sources/index.rst.txt
/usr/share/doc/jpype-doc/html/_sources/install.rst.txt
/usr/share/doc/jpype-doc/html/_sources/quickguide.rst.txt
/usr/share/doc/jpype-doc/html/_sources/release.rst.txt
/usr/share/doc/jpype-doc/html/_sources/userguide.rst.txt
/usr/share/doc/jpype-doc/html/_static
/usr/share/doc/jpype-doc/html/_static/basic.css
/usr/share/doc/jpype-doc/html/_static/css
/usr/share/doc/jpype-doc/html/_static/css/badge_only.css
/usr/share/doc/jpype-doc/html/_static/css/theme.css
/usr/share/doc/jpype-doc/html/_static/doctools.js
/usr/share/doc/jpype-doc/html/_static/documentation_options.js
/usr/share/doc/jpype-doc/html/_static/file.png
/usr/share/doc/jpype-doc/html/_static/jquery.js
/usr/share/doc/jpype-doc/html/_static/js
/usr/share/doc/jpype-doc/html/_static/js/badge_only.js
/usr/share/doc/jpype-doc/html/_static/js/theme.js
/usr/share/doc/jpype-doc/html/_static/language_data.js
/usr/share/doc/jpype-doc/html/_static/logo.png
/usr/share/doc/jpype-doc/html/_static/minus.png
/usr/share/doc/jpype-doc/html/_static/plus.png
/usr/share/doc/jpype-doc/html/_static/pygments.css
/usr/share/doc/jpype-doc/html/_static/searchtools.js
/usr/share/doc/jpype-doc/html/_static/theme_overrides.css
/usr/share/doc/jpype-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/jpype-doc/html/_static/underscore.js
/usr/share/doc/jpype-doc/html/android.html
/usr/share/doc/jpype-doc/html/api.html
/usr/share/doc/jpype-doc/html/caller_sensitive.html
/usr/share/doc/jpype-doc/html/dbapi2.html
/usr/share/doc/jpype-doc/html/develguide.html
/usr/share/doc/jpype-doc/html/genindex.html
/usr/share/doc/jpype-doc/html/imports.html
/usr/share/doc/jpype-doc/html/index.html
/usr/share/doc/jpype-doc/html/install.html
/usr/share/doc/jpype-doc/html/objects.inv
/usr/share/doc/jpype-doc/html/py-modindex.html
/usr/share/doc/jpype-doc/html/quickguide.html
/usr/share/doc/jpype-doc/html/release.html
/usr/share/doc/jpype-doc/html/search.html
/usr/share/doc/jpype-doc/html/searchindex.js
/usr/share/doc/jpype-doc/html/userguide.html
/usr/share/licenses/jpype-doc
/usr/share/licenses/jpype-doc/LICENSE

References

Summary

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