How To Install opentoonz-doc on Fedora 36

In this tutorial we learn how to install opentoonz-doc in Fedora 36. opentoonz-doc is OpenToonz doc files

Introduction

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

What is opentoonz-doc

Documentation about the OpenToonz application.

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

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

sudo dnf -y install opentoonz-doc

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

sudo yum -y install opentoonz-doc

How To Uninstall opentoonz-doc on Fedora 36

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

sudo dnf remove opentoonz-doc

opentoonz-doc Package Contents on Fedora 36

/usr/share/doc/opentoonz-doc
/usr/share/doc/opentoonz-doc/README_ja.md
/usr/share/doc/opentoonz-doc/how_to_build_bsd.md
/usr/share/doc/opentoonz-doc/how_to_build_linux.md
/usr/share/doc/opentoonz-doc/how_to_build_macosx.md
/usr/share/doc/opentoonz-doc/how_to_build_macosx_ja.md
/usr/share/doc/opentoonz-doc/how_to_build_win.md
/usr/share/doc/opentoonz-doc/how_to_build_win_ja.md
/usr/share/doc/opentoonz-doc/how_to_stylesheet.md
/usr/share/doc/opentoonz-doc/how_to_test_prs.md
/usr/share/doc/opentoonz-doc/testing_pr_1.JPG
/usr/share/doc/opentoonz-doc/testing_pr_2.JPG
/usr/share/doc/opentoonz-doc/testing_pr_3.JPG
/usr/share/doc/opentoonz-doc/testing_pr_4.JPG
/usr/share/doc/opentoonz-doc/testing_pr_5.JPG

References

Summary

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