• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Download And Install Fonts In Ubuntu Using Terminal

How To Download And Install Fonts In Ubuntu Using Terminal

By Sourabh / April 1, 2023 Category: How To, Ubuntu

Install fonts in Ubuntu using terminal. How to download and install new fonts in Ubuntu 22.10 and Ubuntu 22.04 Systems. Here are the terminal commands to download and install fonts-ubuntu 0.862-0ubuntu2 source package in Ubuntu.

Ubuntu Fonts

Ubuntu fonts (https://wiki.ubuntu.com/Fonts) are stored in various locations defined in /etc/fonts/fonts.conf; standard ones include /usr/share/fonts, /usr/local/share/fonts, and ~/.fonts.

To install a truetype font , run the following command:

gksu nautilus /usr/share/fonts/truetype

Then create a new directory, name the directory whatever you like and simply copy the fonts into that directory. It is also advised that you must rebuild the font information files by running the following command:

sudo fc-cache -f -v

You must also restart the system.

Recently Ubuntu has released new set of fonts – fonts-ubuntu 0.862-0ubuntu2 source package in Ubuntu. The same can be installed and used on the Linux Ubunt systems. To download and install these newly launched fonts, run:

sudo apt-get update
sudo apt-get upgrade
sudo apt install wget
wget https://launchpad.net/ubuntu/+source/fonts-ubuntu/0.862-0ubuntu2/+build/25677616/+files/fonts-ubuntu_0.862-0ubuntu2_all.deb https://launchpad.net/ubuntu/+source/fonts-ubuntu/0.862-0ubuntu2/+build/25677616/+files/fonts-ubuntu-console_0.862-0ubuntu2_all.deb
sudo dpkg -i fonts-ubuntu-console_0.862-0ubuntu2_all.deb fonts-ubuntu_0.862-0ubuntu2_all.deb

Once done, please restart the system to apply changes.

You can get more info by visiting https://launchpad.net/ubuntu/+source/fonts-ubuntu/0.862-0ubuntu2

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap