How To Install woff2-tools on Fedora 36

In this tutorial we learn how to install woff2-tools in Fedora 36. woff2-tools is Web Open Font Format 2.0 tools

Introduction

In this tutorial we learn how to install woff2-tools on Fedora 36.

What is woff2-tools

Tools for compressing TTF files to WOFF2 format, decompressing WOFF2 files back to TTF files and dumping WOFF2 file information.

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

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

sudo dnf -y install woff2-tools

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

sudo yum -y install woff2-tools

How To Uninstall woff2-tools on Fedora 36

To uninstall only the woff2-tools package we can use the following command:

sudo dnf remove woff2-tools

woff2-tools Package Contents on Fedora 36

/usr/bin/woff2_compress
/usr/bin/woff2_decompress
/usr/bin/woff2_info
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/91279d7063d20b30cced5ef005b5e171047e9b
/usr/lib/.build-id/44
/usr/lib/.build-id/44/e3ad92307e158c81bf9d341ecd2e73432c2a31
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/53007959f1514475f7e7abbc815143303cbfc2

References

Summary

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