How To Install fontawesome5-fonts on Fedora 36

In this tutorial we learn how to install fontawesome5-fonts in Fedora 36. fontawesome5-fonts is Support files for the FontAwesome 5 fonts

Introduction

In this tutorial we learn how to install fontawesome5-fonts on Fedora 36.

What is fontawesome5-fonts

Font Awesome gives you scalable vector icons that can instantly be customized - size, color, drop shadow, and anything that can be done with the power of CSS. This package contains CSS, SCSS and LESS style files for each of the fonts in the FontAwesome family, as well as JSON and YAML metadata.

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

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

sudo dnf -y install fontawesome5-fonts

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

sudo yum -y install fontawesome5-fonts

How To Uninstall fontawesome5-fonts on Fedora 36

To uninstall only the fontawesome5-fonts package we can use the following command:

sudo dnf remove fontawesome5-fonts

fontawesome5-fonts Package Contents on Fedora 36

/usr/share/fontawesome5
/usr/share/fontawesome5/css
/usr/share/fontawesome5/css/all.css
/usr/share/fontawesome5/css/all.min.css
/usr/share/fontawesome5/css/brands.css
/usr/share/fontawesome5/css/brands.min.css
/usr/share/fontawesome5/css/fontawesome.css
/usr/share/fontawesome5/css/fontawesome.min.css
/usr/share/fontawesome5/css/regular.css
/usr/share/fontawesome5/css/regular.min.css
/usr/share/fontawesome5/css/solid.css
/usr/share/fontawesome5/css/solid.min.css
/usr/share/fontawesome5/css/svg-with-js.css
/usr/share/fontawesome5/css/svg-with-js.min.css
/usr/share/fontawesome5/css/v4-shims.css
/usr/share/fontawesome5/css/v4-shims.min.css
/usr/share/fontawesome5/less
/usr/share/fontawesome5/less/_animated.less
/usr/share/fontawesome5/less/_bordered-pulled.less
/usr/share/fontawesome5/less/_core.less
/usr/share/fontawesome5/less/_fixed-width.less
/usr/share/fontawesome5/less/_icons.less
/usr/share/fontawesome5/less/_larger.less
/usr/share/fontawesome5/less/_list.less
/usr/share/fontawesome5/less/_mixins.less
/usr/share/fontawesome5/less/_rotated-flipped.less
/usr/share/fontawesome5/less/_screen-reader.less
/usr/share/fontawesome5/less/_shims.less
/usr/share/fontawesome5/less/_stacked.less
/usr/share/fontawesome5/less/_variables.less
/usr/share/fontawesome5/less/brands.less
/usr/share/fontawesome5/less/fontawesome.less
/usr/share/fontawesome5/less/regular.less
/usr/share/fontawesome5/less/solid.less
/usr/share/fontawesome5/less/v4-shims.less
/usr/share/fontawesome5/metadata
/usr/share/fontawesome5/metadata/categories.yml
/usr/share/fontawesome5/metadata/icons.json
/usr/share/fontawesome5/metadata/icons.yml
/usr/share/fontawesome5/metadata/shims.json
/usr/share/fontawesome5/metadata/shims.yml
/usr/share/fontawesome5/metadata/sponsors.yml
/usr/share/fontawesome5/scss
/usr/share/fontawesome5/scss/_animated.scss
/usr/share/fontawesome5/scss/_bordered-pulled.scss
/usr/share/fontawesome5/scss/_core.scss
/usr/share/fontawesome5/scss/_fixed-width.scss
/usr/share/fontawesome5/scss/_icons.scss
/usr/share/fontawesome5/scss/_larger.scss
/usr/share/fontawesome5/scss/_list.scss
/usr/share/fontawesome5/scss/_mixins.scss
/usr/share/fontawesome5/scss/_rotated-flipped.scss
/usr/share/fontawesome5/scss/_screen-reader.scss
/usr/share/fontawesome5/scss/_shims.scss
/usr/share/fontawesome5/scss/_stacked.scss
/usr/share/fontawesome5/scss/_variables.scss
/usr/share/fontawesome5/scss/brands.scss
/usr/share/fontawesome5/scss/fontawesome.scss
/usr/share/fontawesome5/scss/regular.scss
/usr/share/fontawesome5/scss/solid.scss
/usr/share/fontawesome5/scss/v4-shims.scss

References

Summary

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