How To Install junit5-guide on Fedora 36

In this tutorial we learn how to install junit5-guide in Fedora 36. junit5-guide is Documentation for junit5

Introduction

In this tutorial we learn how to install junit5-guide on Fedora 36.

What is junit5-guide

JUnit 5 User Guide.

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

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

sudo dnf -y install junit5-guide

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

sudo yum -y install junit5-guide

How To Uninstall junit5-guide on Fedora 36

To uninstall only the junit5-guide package we can use the following command:

sudo dnf remove junit5-guide

junit5-guide Package Contents on Fedora 36

/usr/share/doc/junit5-guide
/usr/share/doc/junit5-guide/api
/usr/share/doc/junit5-guide/asciidoc
/usr/share/doc/junit5-guide/asciidoc/docinfos
/usr/share/doc/junit5-guide/asciidoc/docinfos/docinfo-footer.html
/usr/share/doc/junit5-guide/asciidoc/docinfos/docinfo.html
/usr/share/doc/junit5-guide/asciidoc/link-attributes.adoc
/usr/share/doc/junit5-guide/asciidoc/release-notes
/usr/share/doc/junit5-guide/asciidoc/release-notes/index.adoc
/usr/share/doc/junit5-guide/asciidoc/release-notes/release-notes-5.6.0.adoc
/usr/share/doc/junit5-guide/asciidoc/release-notes/release-notes-5.6.1.adoc
/usr/share/doc/junit5-guide/asciidoc/release-notes/release-notes-5.6.2.adoc
/usr/share/doc/junit5-guide/asciidoc/release-notes/release-notes-5.7.0.adoc
/usr/share/doc/junit5-guide/asciidoc/release-notes/release-notes-5.7.1.adoc
/usr/share/doc/junit5-guide/asciidoc/release-notes/release-notes-TEMPLATE.adoc
/usr/share/doc/junit5-guide/asciidoc/resources
/usr/share/doc/junit5-guide/asciidoc/resources/fonts
/usr/share/doc/junit5-guide/asciidoc/resources/fonts/Symbola.ttf
/usr/share/doc/junit5-guide/asciidoc/resources/themes
/usr/share/doc/junit5-guide/asciidoc/resources/themes/junit-pdf-theme.yml
/usr/share/doc/junit5-guide/asciidoc/tocbot-3.0.2
/usr/share/doc/junit5-guide/asciidoc/tocbot-3.0.2/styles.css
/usr/share/doc/junit5-guide/asciidoc/tocbot-3.0.2/tocbot.css
/usr/share/doc/junit5-guide/asciidoc/tocbot-3.0.2/tocbot.js
/usr/share/doc/junit5-guide/asciidoc/tocbot-3.0.2/tocbot.min.js
/usr/share/doc/junit5-guide/asciidoc/user-guide
/usr/share/doc/junit5-guide/asciidoc/user-guide/advanced-topics.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/api-evolution.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/appendix.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/contributors.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/extensions.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/images
/usr/share/doc/junit5-guide/asciidoc/user-guide/images/extensions_BrokenLifecycleMethodConfigDemo.png
/usr/share/doc/junit5-guide/asciidoc/user-guide/images/extensions_BrokenLifecycleMethodConfigDemo.txt
/usr/share/doc/junit5-guide/asciidoc/user-guide/images/extensions_DatabaseTestsDemo.png
/usr/share/doc/junit5-guide/asciidoc/user-guide/images/extensions_DatabaseTestsDemo.txt
/usr/share/doc/junit5-guide/asciidoc/user-guide/images/extensions_lifecycle.png
/usr/share/doc/junit5-guide/asciidoc/user-guide/images/extensions_lifecycle_source.docx
/usr/share/doc/junit5-guide/asciidoc/user-guide/images/writing-tests_execution_mode.svg
/usr/share/doc/junit5-guide/asciidoc/user-guide/images/writing-tests_nested_test_ide.png
/usr/share/doc/junit5-guide/asciidoc/user-guide/index.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/launcher-api.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/migration-from-junit4.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/overview.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/running-tests.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/testkit.adoc
/usr/share/doc/junit5-guide/asciidoc/user-guide/writing-tests.adoc

References

Summary

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