How To Install woff on Fedora 36

In this tutorial we learn how to install woff in Fedora 36. woff is Encoding and Decoding for Web Open Font Format(Woff)

Introduction

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

What is woff

Encoding and Decoding for Web Open Font Format(Woff)

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

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

sudo dnf -y install woff

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

sudo yum -y install woff

How To Uninstall woff on Fedora 36

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

sudo dnf remove woff

woff Package Contents on Fedora 36

/usr/bin/sfnt2woff
/usr/bin/woff2sfnt
/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/1ac492883f794386f67e89bcbce5039fef77d2
/usr/lib/.build-id/df
/usr/lib/.build-id/df/5c64b871fe6db09a194a69a31c6343720dbb2b

References

Summary

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