How To Install woff2 on Fedora 36
Introduction
In this tutorial we learn how to install woff2
on Fedora 36.
What is woff2
Web Open Font Format (WOFF) 2.0 is an update to the existing WOFF 1.0 with improved compression that is achieved by using the Brotli algorithm. The primary purpose of the WOFF2 format is to efficiently package fonts linked to Web documents by means of CSS @font-face rules.
We can use yum
or dnf
to install woff2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install woff2.
Install woff2 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
using dnf
by running the following command:
sudo dnf -y install woff2
Install woff2 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
using yum
by running the following command:
sudo yum -y install woff2
How To Uninstall woff2 on Fedora 36
To uninstall only the woff2
package we can use the following command:
sudo dnf remove woff2
woff2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/6492713fb19b2a1373ca9009e0dba65ed73a1f
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/209b4414d38165f69e27c42d0f83f5cd2c4677
/usr/lib/.build-id/80
/usr/lib/.build-id/80/9918a7a8c5b8dcec9194bd52ab4f06eb4ccff7
/usr/lib64/libwoff2common.so.1.0.2
/usr/lib64/libwoff2dec.so.1.0.2
/usr/lib64/libwoff2enc.so.1.0.2
/usr/share/licenses/woff2
/usr/share/licenses/woff2/LICENSE
References
Summary
In this tutorial we learn how to install woff2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install woff2 on Fedora 36” linkTitle: “woff2” type: “docs” description: “In this tutorial we learn how to install woff2 in Fedora 36. woff2 is Web Open Font Format 2.0 library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/woff2-featured.png
Introduction
In this tutorial we learn how to install woff2
on Fedora 36.
What is woff2
Web Open Font Format (WOFF) 2.0 is an update to the existing WOFF 1.0 with improved compression that is achieved by using the Brotli algorithm. The primary purpose of the WOFF2 format is to efficiently package fonts linked to Web documents by means of CSS @font-face rules.
We can use yum
or dnf
to install woff2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install woff2.
Install woff2 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
using dnf
by running the following command:
sudo dnf -y install woff2
Install woff2 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
using yum
by running the following command:
sudo yum -y install woff2
How To Uninstall woff2 on Fedora 36
To uninstall only the woff2
package we can use the following command:
sudo dnf remove woff2
woff2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/84c3bf70a92c989871ce7c19f74c565da58b82
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/19e8e49f1bdf6935feaf4f22e91800117bbcee
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/1d402402db1557eaea0be33e67c7843945b691
/usr/lib/libwoff2common.so.1.0.2
/usr/lib/libwoff2dec.so.1.0.2
/usr/lib/libwoff2enc.so.1.0.2
/usr/share/licenses/woff2
/usr/share/licenses/woff2/LICENSE
References
Summary
In this tutorial we learn how to install woff2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).