• 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

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

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

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