How To Install google-roboto-condensed-fonts on Rocky Linux 8
Introduction
In this tutorial we learn how to install google-roboto-condensed-fonts
on Rocky Linux 8.
What is google-roboto-condensed-fonts
Google Roboto condensed fonts.
We can use yum
or dnf
to install google-roboto-condensed-fonts
on Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
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 Rocky Linux 8
/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 Rocky Linux 8 using yum and dnf.