Linux

How to Install LibreOffice and Microsoft Fonts on Linux



In this tutorial, I’ll guide you through the process of installing LibreOffice on your Linux system and adding Microsoft fonts for better compatibility. Follow along as we explore the steps required for various distributions, ensuring you have all the tools you need for your office tasks.
Installation Commands
– Debian
sudo apt install software-properties-common
sudo apt-add-repository contrib
sudo apt update
sudo apt install libreoffice ttf-mscorefonts-installer
– Ubuntu/Mint
sudo apt install libreoffice ttf-mscorefonts-installer
– Fedora
sudo dnf install libreoffice msttcorefonts

– Arch
sudo pacman -S libreoffice-fresh ttf-ms-fonts

[ad_2]

source

Related Articles

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button