Total Pageviews

How to Install Indian Language Fonts on Linux Using sudo apt-get install fonts-indic


If you're trying to view or write in Indian languages on your Linux system and seeing square boxes or garbled text, chances are you’re missing the right fonts. Thankfully, Linux makes it easy to install them using a simple command.

What Is fonts-indic?

The fonts-indic package is a collection of TrueType fonts for several major Indian languages. It includes support for:

  • Hindi (Devanagari script)

  • Tamil

  • Bengali

  • Gujarati

  • Kannada

  • Malayalam

  • Oriya

  • Punjabi

  • Telugu

  • Sanskrit

These fonts are essential for rendering content in Indian languages correctly in browsers, documents, and desktop applications.

How to Install Indian Language Fonts on Linux

To install the fonts, open a terminal and run:

apt-get update 
sudo apt-get install fonts-indic

Here’s what each part does:

  • sudo: Grants administrative privileges (you’ll need to enter your password).

Once installed, applications like LibreOffice, Firefox, and Chrome will automatically start displaying Indian scripts properly.

Why Use fonts-indic?

  • Enables support for multiple Indian languages.

  • Improves document compatibility and readability.

  • Ensures proper display of web content in local languages.

Troubleshooting Tips

  • Still not seeing the text properly? Try restarting your browser or application.

  • Fonts not applied in LibreOffice? Change the default font in Tools > Options > LibreOffice > Fonts.

Conclusion

Installing Indian language fonts on Ubuntu or Debian-based systems is straightforward with the fonts-indic package. Whether you're reading regional news, working on multilingual documents, or coding in native scripts, this package ensures you don’t run into font display issues.

No comments:

Post a Comment

Thank you