How To Install google-roboto-condensed-fonts on Fedora 36

In this tutorial we learn how to install google-roboto-condensed-fonts in Fedora 36. google-roboto-condensed-fonts is Google Roboto condensed fonts

Introduction

In this tutorial we learn how to install google-roboto-condensed-fonts on Fedora 36.

What is google-roboto-condensed-fonts

Google Roboto condensed fonts.

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

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

sudo dnf -y install google-roboto-condensed-fonts

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

sudo yum -y install google-roboto-condensed-fonts

How To Uninstall google-roboto-condensed-fonts on Fedora 36

To uninstall only the google-roboto-condensed-fonts package we can use the following command:

sudo dnf remove google-roboto-condensed-fonts

google-roboto-condensed-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/64-google-roboto-condensed.conf
/usr/share/appdata/google-roboto-condensed.metainfo.xml
/usr/share/fontconfig/conf.avail/64-google-roboto-condensed.conf
/usr/share/fonts/google-roboto
/usr/share/fonts/google-roboto/RobotoCondensed-Bold.ttf
/usr/share/fonts/google-roboto/RobotoCondensed-BoldItalic.ttf
/usr/share/fonts/google-roboto/RobotoCondensed-Italic.ttf
/usr/share/fonts/google-roboto/RobotoCondensed-Light.ttf
/usr/share/fonts/google-roboto/RobotoCondensed-LightItalic.ttf
/usr/share/fonts/google-roboto/RobotoCondensed-Medium.ttf
/usr/share/fonts/google-roboto/RobotoCondensed-MediumItalic.ttf
/usr/share/fonts/google-roboto/RobotoCondensed-Regular.ttf
/usr/share/licenses/google-roboto-condensed-fonts
/usr/share/licenses/google-roboto-condensed-fonts/LICENSE

References

Summary

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