How To Install nototools on Fedora 36

In this tutorial we learn how to install nototools in Fedora 36. nototools is Noto fonts support tools and scripts plus web site generation

Introduction

In this tutorial we learn how to install nototools on Fedora 36.

What is nototools

The nototools python package contains python scripts used to maintain the Noto Fonts project, including the google.com/get/noto website.

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

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

sudo dnf -y install nototools

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

sudo yum -y install nototools

How To Uninstall nototools on Fedora 36

To uninstall only the nototools package we can use the following command:

sudo dnf remove nototools

nototools Package Contents on Fedora 36

/usr/bin/add_vs_cmap.py
/usr/bin/autofix_for_release.py
/usr/bin/create_image.py
/usr/bin/decompose_ttc.py
/usr/bin/drop_hints.py
/usr/bin/dump_otl.py
/usr/bin/fix_khmer_and_lao_coverage.py
/usr/bin/fix_noto_cjk_thin.py
/usr/bin/generate_sample_text.py
/usr/bin/generate_website_2_data.py
/usr/bin/merge_fonts.py
/usr/bin/merge_noto.py
/usr/bin/noto_lint.py
/usr/bin/notocoverage
/usr/bin/notodiff
/usr/bin/scale.py
/usr/bin/subset.py
/usr/bin/subset_symbols.py
/usr/bin/test_vertical_extents.py
/usr/share/doc/nototools
/usr/share/doc/nototools/CONTRIBUTING.md
/usr/share/doc/nototools/README.md
/usr/share/licenses/nototools
/usr/share/licenses/nototools/LICENSE

References

Summary

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