If you open some Microsoft documents with LibreOffice on Linux, you may notice that the fonts look a little different. You will also notice that some common fonts are missing, such as Times New Roman, Arial, etc. Don't worry. I will show you how to install these fonts on Ubuntu and other Ubuntu-based Linux distributions. But before that, let me tell you why these fonts are not installed by default. Why aren't Microsoft fonts installed by default in Linux? Times New Roman, Arial and other fonts are from Microsoft, and these fonts are not open source. Many Linux distributions do not provide proprietary software by default to avoid licensing issues. That's why Ubuntu and other Linux distributions use the open source "Liberation" fonts instead of Microsoft fonts by default. Red Hat created the Liberation font as a replacement for Arial, Arial Narrow, Times New Roman, and Courier New because these fonts have the same width. When you open a document written in Times New Roman font, the corresponding Liberation font will be used to keep the document intact. However, the Liberation fonts are not identical to Microsoft's fonts, and in some cases you may need to use Arial or Times New Roman. It is a very common situation that in schools, universities and other public or private institutions, Microsoft fonts are the only option. They require you to submit your document using one of these fonts. Fortunately, you can easily install Microsoft fonts on Ubuntu and other distributions. In this way, you will enhance the compatibility of LibreOffice and have the freedom to choose open source office software. Installing Microsoft fonts on Ubuntu based Linux distributions You can download fonts yourself and install new fonts in Ubuntu. But because Microsoft fonts are so popular (and available for free), Ubuntu provides an easy way to install them. You should know that although Microsoft has released its core fonts for free, the use of this font in other operating systems is still restricted. Before installing Microsoft fonts in Ubuntu, you must read and accept the EULA (End User License Agreement). These fonts are available in the multiverse repository, first make sure it is enabled:
After this, you can update your Ubuntu repository cache and install the Microsoft fonts like this:
When the Microsoft End User Agreement appears, press the Tab key to select "OK" and press Enter. Click "Yes" to accept Microsoft's agreement: Once the installation is complete, you should update the font cache using the following command:
If you open LibreOffice now, you will see the Microsoft TrueType fonts. If you accidentally declined the license agreement, you can reinstall the installer with this command:
Microsoft's TrueType fonts are also available through the Ubuntu Restricted Extras package, which contains other proprietary multimedia codecs for playing MP3 files, etc. Don't underestimate proprietary fonts. You might think what’s the big deal about fonts? After all, it’s just a font, not a key part of the software, right? But did you know that Netflix has paid millions of dollars over the years for the proprietary fonts it uses? In the end, they created their own custom font, which saved them a ton of money. Summarize This is the end of this tutorial on how to install Microsoft TrueType fonts on Ubuntu-based distributions. For more information about Microsoft TrueType fonts on Ubuntu distributions, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! |
<<: MySQL trigger trigger add, delete, modify and query operation example
>>: uniapp project optimization methods and suggestions
Say it in advance On a whim, I want to know what ...
The code looks like this: SELECT @i:=@i+1 rowNum,...
Table of contents one. environment two. Precautio...
1. Download the pip installation package accordin...
Why is the title of the article “Imitation Magnif...
Table of contents 1. First install echarts in the...
1. Use frameset, frame and iframe to realize mult...
This article shares the specific code of the pull...
what is it? GNU Parallel is a shell tool for exec...
[LeetCode] 184. Department Highest Salary The Emp...
1. Use CSS Copy code The code is as follows: style...
1. How do I remove the blank space of a few pixels...
NTP is a TCP/IP protocol for synchronizing time o...
During my internship in my senior year, I encount...
If you want to transfer files between Windows and...