How To Install google-go-mono-fonts on Fedora 36

In this tutorial we learn how to install google-go-mono-fonts in Fedora 36. google-go-mono-fonts is A humanistic slab-serif mono-space programming font family

Introduction

In this tutorial we learn how to install google-go-mono-fonts on Fedora 36.

What is google-go-mono-fonts

Go Mono has slab-shaped serifs, giving it a sturdy appearance. The underlying letter shapes of Go Mono are, like the Go font family, derived from humanist handwriting, but the mono-spacing and slab serifs tend to obscure the historical and stylistic connections. Go Mono has the same x-height as Go, 53% of the body size. Go Mono looks almost 18% bigger than Courier, which has an x-height 45% of body size. Yet Go Mono has the same width as Courier, so the bigger look is gained with no loss of economy in characters per line. Go source code looks particularly good when displayed in Go Mono, with punctuation characters easily distinguishable and operators lined up and placed consistently.

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

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

sudo dnf -y install google-go-mono-fonts

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

sudo yum -y install google-go-mono-fonts

How To Uninstall google-go-mono-fonts on Fedora 36

To uninstall only the google-go-mono-fonts package we can use the following command:

sudo dnf remove google-go-mono-fonts

google-go-mono-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/58-google-go-mono-fonts.conf
/usr/share/fontconfig/conf.avail/58-google-go-mono-fonts.conf
/usr/share/fonts/google-go-mono-fonts
/usr/share/fonts/google-go-mono-fonts/Go-Mono-Bold-Italic.ttf
/usr/share/fonts/google-go-mono-fonts/Go-Mono-Bold.ttf
/usr/share/fonts/google-go-mono-fonts/Go-Mono-Italic.ttf
/usr/share/fonts/google-go-mono-fonts/Go-Mono.ttf
/usr/share/licenses/google-go-mono-fonts
/usr/share/licenses/google-go-mono-fonts/README
/usr/share/metainfo/org.fedoraproject.google-go-mono-fonts.metainfo.xml

References

Summary

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