Installing Microsoft fonts on Fedora can be useful for users who require these fonts for compatibility with documents or web pages that rely on them. The msttcore-fonts-installer package is a convenient way to install the core Microsoft TrueType fonts, such as Arial, Times New Roman, and Verdana, on your Fedora system. These fonts are widely used in many documents and websites, making their installation essential for a seamless experience.
To install Microsoft fonts on Fedora 40 or 39, you can use the msttcore-fonts-installer package via the command-line terminal. This guide will walk you through the installation process, ensuring you have the necessary fonts available on your system.
Update Fedora before Microsoft Fonts Installation
To minimize the risk of installation issues, start by updating your Fedora system. Open your terminal and execute the command below to refresh and upgrade your system packages:
sudo dnf upgrade --refresh
Install Microsoft Fonts via msttcore-fonts-installer
Before installing Microsoft Fonts, you must ensure the necessary tools are on your system. These tools include curl for downloading files, cabextract for extracting Microsoft font files, and fontconfig for managing and customizing font access. Most Fedora installations will have these by default, but it’s good practice to check and install any missing ones.
Use this command to install them:
sudo dnf install curl cabextract xorg-x11-font-utils fontconfig
Once the prerequisites are in place, proceed to download and install the Microsoft Core Fonts package using the following command:
sudo rpm -i https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
Confirm Microsoft Fonts Installation in Terminal
After running the installation command, Fedora should display a confirmation message. This message signifies that your system has successfully installed the Microsoft Fonts package.
Verify Microsoft Fonts via Fonts Application
Accessing the Font Viewer
After installing Microsoft Fonts, they should be integrated into your Fedora system and readily accessible across various applications. To verify their presence, navigate to the Font Viewer:
- Click on “Activities” at the top left corner of your screen.
- Select “Show Applications” at the bottom of the sidebar.
- Type “Fonts” in the search bar or find the Fonts application icon and open it.
Confirming Font Installation
You can confirm the installation of specific Microsoft Fonts within the Font Viewer by searching for them. In the search bar, type the names of widely recognized fonts such as Arial, Calibri, and Times New Roman.
Checking Arial Font
Type “Arial” in the search bar of the Font Viewer to check if the Arial font is available.
Checking Calibri Font
Similarly, search for “Calibri” to confirm the installation of the Calibri font.
Checking Times New Roman Font
Lastly, verify the Times New Roman font by searching for it within the application.
Additional Commands with Microsoft Fonts
Remove Microsoft Fonts
The process is straightforward if you need to uninstall Microsoft Fonts from your Fedora system, perhaps for troubleshooting or system cleanup. Execute the following command in the terminal:
sudo dnf remove msttcore-fonts-installer
This command initiates the removal of the msttcore-fonts-installer package, which is responsible for the presence of Microsoft Fonts on your Fedora system. Once the command is executed, the package and associated Microsoft Fonts will be uninstalled.
Conclusion
With the Microsoft fonts installed on your Fedora system, you can ensure better compatibility with a wide range of documents and websites that rely on these fonts. While updates for these fonts are rare unless Microsoft releases new versions, it’s a good idea to occasionally check for any changes. Enjoy the improved readability and presentation of documents and web pages on your Fedora setup.
Worked perfectly. Thank you very much.
Thanks, there are no good tutorials to install the fonts on my Fedora. Post for those who do not have the app to check the font, run this command to install it “sudo dnf install gnome-font-viewer”