How To Install junit-manual on Fedora 36

In this tutorial we learn how to install junit-manual in Fedora 36. junit-manual is Manual for junit

Introduction

In this tutorial we learn how to install junit-manual on Fedora 36.

What is junit-manual

Documentation for junit.

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

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

sudo dnf -y install junit-manual

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

sudo yum -y install junit-manual

How To Uninstall junit-manual on Fedora 36

To uninstall only the junit-manual package we can use the following command:

sudo dnf remove junit-manual

junit-manual Package Contents on Fedora 36

/usr/share/doc/junit-manual
/usr/share/doc/junit-manual/ReleaseNotes4.10.html
/usr/share/doc/junit-manual/ReleaseNotes4.10.md
/usr/share/doc/junit-manual/ReleaseNotes4.10.txt
/usr/share/doc/junit-manual/ReleaseNotes4.11.html
/usr/share/doc/junit-manual/ReleaseNotes4.11.md
/usr/share/doc/junit-manual/ReleaseNotes4.11.txt
/usr/share/doc/junit-manual/ReleaseNotes4.12.md
/usr/share/doc/junit-manual/ReleaseNotes4.13.1.md
/usr/share/doc/junit-manual/ReleaseNotes4.13.md
/usr/share/doc/junit-manual/ReleaseNotes4.4.html
/usr/share/doc/junit-manual/ReleaseNotes4.4.md
/usr/share/doc/junit-manual/ReleaseNotes4.4.txt
/usr/share/doc/junit-manual/ReleaseNotes4.5.html
/usr/share/doc/junit-manual/ReleaseNotes4.5.md
/usr/share/doc/junit-manual/ReleaseNotes4.5.txt
/usr/share/doc/junit-manual/ReleaseNotes4.6.html
/usr/share/doc/junit-manual/ReleaseNotes4.6.md
/usr/share/doc/junit-manual/ReleaseNotes4.6.txt
/usr/share/doc/junit-manual/ReleaseNotes4.7.html
/usr/share/doc/junit-manual/ReleaseNotes4.7.md
/usr/share/doc/junit-manual/ReleaseNotes4.7.txt
/usr/share/doc/junit-manual/ReleaseNotes4.8.1.html
/usr/share/doc/junit-manual/ReleaseNotes4.8.1.md
/usr/share/doc/junit-manual/ReleaseNotes4.8.1.txt
/usr/share/doc/junit-manual/ReleaseNotes4.8.2.html
/usr/share/doc/junit-manual/ReleaseNotes4.8.2.md
/usr/share/doc/junit-manual/ReleaseNotes4.8.2.txt
/usr/share/doc/junit-manual/ReleaseNotes4.8.html
/usr/share/doc/junit-manual/ReleaseNotes4.8.md
/usr/share/doc/junit-manual/ReleaseNotes4.8.txt
/usr/share/doc/junit-manual/ReleaseNotes4.9.1.md
/usr/share/doc/junit-manual/ReleaseNotes4.9.1.txt
/usr/share/doc/junit-manual/ReleaseNotes4.9.html
/usr/share/doc/junit-manual/ReleaseNotes4.9.md
/usr/share/doc/junit-manual/ReleaseNotes4.9.txt
/usr/share/doc/junit-manual/building-junit.txt
/usr/share/doc/junit-manual/cookstour
/usr/share/doc/junit-manual/cookstour/Image1.gif
/usr/share/doc/junit-manual/cookstour/Image2.gif
/usr/share/doc/junit-manual/cookstour/Image3.gif
/usr/share/doc/junit-manual/cookstour/Image4.gif
/usr/share/doc/junit-manual/cookstour/Image5.gif
/usr/share/doc/junit-manual/cookstour/Image6.gif
/usr/share/doc/junit-manual/cookstour/Image7.gif
/usr/share/doc/junit-manual/cookstour/cookstour.htm
/usr/share/doc/junit-manual/markdown.sh
/usr/share/doc/junit-manual/testinfected
/usr/share/doc/junit-manual/testinfected/IMG00001.GIF
/usr/share/doc/junit-manual/testinfected/IMG00002.GIF
/usr/share/doc/junit-manual/testinfected/IMG00003.GIF
/usr/share/doc/junit-manual/testinfected/logo.gif
/usr/share/doc/junit-manual/testinfected/testing.htm
/usr/share/licenses/junit-manual
/usr/share/licenses/junit-manual/LICENSE-junit.txt

References

Summary

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