How To Install adobe-source-han-serif-tw-fonts on Fedora 36

In this tutorial we learn how to install adobe-source-han-serif-tw-fonts in Fedora 36. adobe-source-han-serif-tw-fonts is Adobe OpenType Pan-CJK font family for Traditional Chinese

Introduction

In this tutorial we learn how to install adobe-source-han-serif-tw-fonts on Fedora 36.

What is adobe-source-han-serif-tw-fonts

Source Han Serif is a set of OpenType/CFF Pan-CJK fonts.

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

Install adobe-source-han-serif-tw-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 adobe-source-han-serif-tw-fonts using dnf by running the following command:

sudo dnf -y install adobe-source-han-serif-tw-fonts

Install adobe-source-han-serif-tw-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 adobe-source-han-serif-tw-fonts using yum by running the following command:

sudo yum -y install adobe-source-han-serif-tw-fonts

How To Uninstall adobe-source-han-serif-tw-fonts on Fedora 36

To uninstall only the adobe-source-han-serif-tw-fonts package we can use the following command:

sudo dnf remove adobe-source-han-serif-tw-fonts

adobe-source-han-serif-tw-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/65-2-adobe-source-han-serif-tw.conf
/usr/share/fontconfig/conf.avail/65-2-adobe-source-han-serif-tw.conf
/usr/share/fonts/adobe-source-han-serif-tw
/usr/share/fonts/adobe-source-han-serif-tw/SourceHanSerifTW-Bold.otf
/usr/share/fonts/adobe-source-han-serif-tw/SourceHanSerifTW-ExtraLight.otf
/usr/share/fonts/adobe-source-han-serif-tw/SourceHanSerifTW-Heavy.otf
/usr/share/fonts/adobe-source-han-serif-tw/SourceHanSerifTW-Light.otf
/usr/share/fonts/adobe-source-han-serif-tw/SourceHanSerifTW-Medium.otf
/usr/share/fonts/adobe-source-han-serif-tw/SourceHanSerifTW-Regular.otf
/usr/share/fonts/adobe-source-han-serif-tw/SourceHanSerifTW-SemiBold.otf
/usr/share/licenses/adobe-source-han-serif-tw-fonts
/usr/share/licenses/adobe-source-han-serif-tw-fonts/LICENSE.txt

References

Summary

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