How To Install fonts-tweak-tool on CentOS 8
Introduction
In this tutorial we learn how to install fonts-tweak-tool on CentOS 8.
What is fonts-tweak-tool
fonts-tweak-tool is a GUI tool for customizing fonts per language on desktops using fontconfig. fonts-tweak-tool is a GUI tool for customizing fonts per language on desktops using fontconfig.
We can use yum or dnf to install fonts-tweak-tool on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install fonts-tweak-tool.
Install fonts-tweak-tool on CentOS 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install fonts-tweak-tool using yum by running the following command:
sudo yum -y install fonts-tweak-tool
Install fonts-tweak-tool on CentOS 8 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install fonts-tweak-tool using dnf by running the following command:
sudo dnf -y install fonts-tweak-tool
How To Uninstall fonts-tweak-tool on CentOS 8
To uninstall only the fonts-tweak-tool package we can use the following command:
sudo dnf remove fonts-tweak-tool
References
Summary
In this tutorial we learn how to install fonts-tweak-tool on CentOS 8 using yum and dnf.