Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install fonts in Debian system

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to install fonts in the Debian system", the content of the explanation is simple and clear, easy to learn and understand, now please follow the editor's ideas slowly in depth, together to study and learn how to install fonts in the Debian system!

If you want to add Microsoft yahaki font under linux, record it here.

After the font is downloaded, click on the font to open it. There will be an install button in the lower right corner. Click install directly.

But under Linux, we usually don't log in directly with root users, so clicking that button will not install it all the time, because we don't have permission, so we need to install it on the command line.

Under the / usr/share/fonts/ directory, create a new folder

. For example, if I want to install the elegant black font, I have created a new folder called msyh.

Then perform the following steps:

The code is as follows:

Sudo mkdir / usr/share/fonts/msyh sudo cp directory where fonts are stored / msyh.ttf / usr/share/fonts/msyh sudo chmod 644 / usr/share/fonts/msyh/* cd / usr/share/fonts/msyh sudo mkfontscale sudo mkfontdir sudo fc-cache-fv

Got it!

However, using Yahi under Linux will bring copyright problems, which already existed in the simsun period, so it's up to you to do so.

Thank you for your reading, the above is the content of "how to install fonts in the Debian system". After the study of this article, I believe you have a deeper understanding of how to install fonts in the Debian system. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report