How To Install Microsoft Truetype Fonts On Fedora: Arun Kumar
How To Install Microsoft Truetype Fonts On Fedora: Arun Kumar
com
5-6 minutos
These fonts are not only visually appealing but also aesthetically
pleasing. Some of them like the “Times New Roman (Bold, Italic,
Bold Italic)” are recommended in most documents and many
writing formats like APA, MLA, Harvard, etc. and regarded as
standard fonts. Microsoft True Type fonts are also in most
webpages, and you can find this declared in the style sheets.
Andale Mono
Arial Black
Impact
Times New Roman (Bold, Italic, Bold Italic)
Webdings
Luckily for Linux users, you can install and use Microsoft True
fonts on your Linux systems. This article will show you three
methods on how you can install Microsoft True fonts on Fedora.
Launch your Terminal and switch to the root user by typing the
command below. It will prompt you for the admin password.
sudo su
Root User
Tip: You can access the “Fonts” folder and clicking at the
address bar at the top and type the path: “C:\Windows\Fonts.”
Window Fonts
First, we will need a Windows 10 ISO file. If you don’t have one,
navigate to Microsoft’s official website and download it. Select
your edition and click confirm. Ensure you don’t select the
“Update” version.
Download Windows
Once you have downloaded the ISO file, we now need to extract
it. We will use p7zip for this process. To download p7zip in
Fedora, run the commands below:
P7zip-desktop
7z e 'Windows 10 64-bit.ISO'
sources/install.wim
Remember to replace ‘Windows 10 64-bit.ISO‘ with the name of
your ISO file.
Extract Files
7z e install.wim 1/Windows/{Fonts
/"*".{ttf,ttc},System32/Licenses/neutral
/"*"/"*"/license.rtf} -ofonts/
Extract Fonts
By running the ‘ls‘ command, you should see the fonts folder
below.
Extract fonts
To install the fonts, move the extracted ‘fonts‘ folder to the home
directory ‘.fonts.‘ directory. You can do this graphically through
Copy and Paste or by running the simple command below.
To update your system applications with these newly installed
fonts, we need to update the installation’s fonts cache. Run the
command below.
To test these newly fonts, open your Libre Office program, and
you will find your newly-installed fonts among the default fonts
that come preinstalled. That’s it! Let us know which method
works best for you. If you also have any additional information or
comment, feel free to share with our readers below.