Home  >  Article  >  Operation and Maintenance  >  How to solve centos terminal misalignment problem

How to solve centos terminal misalignment problem

藏色散人
藏色散人Original
2022-01-28 15:21:081977browse

Solution to centos terminal misalignment: 1. Enter the terminal; 2. Execute the "yum -y install dejavu-sans-* dejavu-serif-fonts" command to reinstall the fonts.

How to solve centos terminal misalignment problem

The operating environment of this article: CentOS 7 system, DELL G3 computer

How to solve the centos terminal misalignment problem?

CentOS terminal font misalignment problem

Problem description:

After minimizing the installation of the CentOS system, then install Graphical interface, the command is as follows

yum install "GNOME Desktop"

Initially start to enter the terminal. After starting to enter the graphical interface through startx, open the terminal. The fonts input by the terminal appear to overlap, and the intervals between letters are also large. The reason is due to incorrect font installation.

Solution:

yum -y install dejavu-sans-* dejavu-serif-fonts

Recommended: "centos usage tutorial"

The above is the detailed content of How to solve centos terminal misalignment problem. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn