How To Install jetbrains-mono-nl-fonts on Fedora 36

In this tutorial we learn how to install jetbrains-mono-nl-fonts in Fedora 36. jetbrains-mono-nl-fonts is A mono-space coding font family

Introduction

In this tutorial we learn how to install jetbrains-mono-nl-fonts on Fedora 36.

What is jetbrains-mono-nl-fonts

The JetBrains Mono project publishes developer-oriented font families. Their forms are simple and free from unnecessary details. Rendered in small sizes, the text looks crisper. The easier the forms, the faster the eye perceives them and the less effort the brain needs to process them. The shape of ovals approaches that of rectangular symbols. This makes the whole pattern of the text more clear-сut. The outer sides of ovals ensure there are no additional obstacles for your eyes as they scan the text vertically. Characters remain standard in width, but the height of the lowercase is maximized. This approach keeps code lines to the length that developers expect, and it helps improve rendering since each letter occupies more pixels. They use a 9° italic angle; this maintains the optimal contrast to minimize distraction and eye strain. The usual angle is about 11°–12°. The second font family published by the project, JetBrains Mono NL, is general purpose and free of coding ligatures.

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

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

sudo dnf -y install jetbrains-mono-nl-fonts

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

sudo yum -y install jetbrains-mono-nl-fonts

How To Uninstall jetbrains-mono-nl-fonts on Fedora 36

To uninstall only the jetbrains-mono-nl-fonts package we can use the following command:

sudo dnf remove jetbrains-mono-nl-fonts

jetbrains-mono-nl-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/58-jetbrains-mono-nl-fonts.conf
/usr/share/doc/jetbrains-mono-nl-fonts
/usr/share/doc/jetbrains-mono-nl-fonts/Changelog.md
/usr/share/doc/jetbrains-mono-nl-fonts/README.md
/usr/share/fontconfig/conf.avail/58-jetbrains-mono-nl-fonts.conf
/usr/share/fonts/jetbrains-mono-nl-fonts
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-Bold.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-BoldItalic.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-ExtraBold.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-ExtraBoldItalic.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-ExtraLight.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-ExtraLightItalic.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-Italic.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-Light.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-LightItalic.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-Medium.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-MediumItalic.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-Regular.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-SemiBold.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-SemiBoldItalic.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-Thin.ttf
/usr/share/fonts/jetbrains-mono-nl-fonts/JetBrainsMonoNL-ThinItalic.ttf
/usr/share/licenses/jetbrains-mono-nl-fonts
/usr/share/licenses/jetbrains-mono-nl-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.jetbrains-mono-nl-fonts.metainfo.xml

References

Summary

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