How to Install TrueType Fonts on Ubuntu

Method 1 of 3:

Getting Font Viewer Root Privileges to Install a Font

  1. How to Install TrueType Fonts on Ubuntu Picture 1
    Open a terminal window
  2. How to Install TrueType Fonts on Ubuntu Picture 2
    Type "sudo gnome-font-viewer and hit enter (replace with the path to the font file you want to install!)
  3. How to Install TrueType Fonts on Ubuntu Picture 3
    Enter your user password when prompted
  4. How to Install TrueType Fonts on Ubuntu Picture 4
    Click "Install". Job done!
Method 2 of 3:

Automatically Install a Single Font

  1. How to Install TrueType Fonts on Ubuntu Picture 5
    Download a TrueType font. (The file extension will be .ttf.) Unzip your file if necessary.
  2. How to Install TrueType Fonts on Ubuntu Picture 6
    Double click on the downloaded file. This should open a font-viewer window.
  3. How to Install TrueType Fonts on Ubuntu Picture 7
    Click Install Font in the lower right-hand corner. Congratulations! Your font has been installed.
Method 3 of 3:

Manually Install Multiple Fonts

  1. How to Install TrueType Fonts on Ubuntu Picture 8
    Download TrueType fonts. (The file extension will be .ttf or .otf) Unzip your files if necessary.
  2. How to Install TrueType Fonts on Ubuntu Picture 9
    Move your files to the ~/ Directory. The ~/ Directory is your home folder. This means that if you were logged in as cruddpuppet, the directory would be /home/cruddpuppet/ .
  3. How to Install TrueType Fonts on Ubuntu Picture 10
    Go to Applications > Accessories > Terminal. This will take you to the terminal.
  4. How to Install TrueType Fonts on Ubuntu Picture 11
    Type 'cd /usr/local/share/fonts/truetype' without quotes into the command line. This is a directory for user-added fonts in linux.
  5. How to Install TrueType Fonts on Ubuntu Picture 12
    Type 'sudo mkdir myfonts' without quotes. This will make a directory called 'myfonts' in which to store your fonts. If you're not logged in as root, you will be prompted to provide your password.
  6. How to Install TrueType Fonts on Ubuntu Picture 13
    Type 'cd myfonts' without quotes. This moves you into the new directory.
  7. How to Install TrueType Fonts on Ubuntu Picture 14
    Type 'sudo cp ~/fontname.ttf .' without quotes. This moves the TrueType fonts into your new directory. (Alternatively, type 'sudo cp ~/*.ttf .'; the * acts as a wildcard, allowing you to move all your fonts from the ~/ Directory at once.)
  8. How to Install TrueType Fonts on Ubuntu Picture 15
    Type 'sudo chown root fontname.ttf'(or *.ttf) to change file owner to the root.
  9. How to Install TrueType Fonts on Ubuntu Picture 16
    Type 'cd ..' and then 'fc-cache' without quotes to add newly-added fonts to system-wide font index, so all applications can see them.
4 ★ | 1 Vote

May be interested

  • How to install (and uninstall) fonts on Windows 11How to install (and uninstall) fonts on Windows 11
    in many cases, the nature of your work makes you want to install more fonts. or vice versa, sometimes you may also want to get rid of problematic or rarely used fonts.
  • How to install new free Mac fonts in macOS CatalinaHow to install new free Mac fonts in macOS Catalina
    apple recently updated the font collection available in macos catalina. any mac owner who wants to use them, can do it without any extra cost.
  • How to Install a Font on a MacHow to Install a Font on a Mac
    don't you just hate it when you find the best font and you don't know how to install it? fonts can make or break a piece of writing, reminding us always that presentation matters. still, installing fonts is pretty easy. to install fonts on...
  • 10 best free Google fonts for professional presentations10 best free Google fonts for professional presentations
    you can spend hours choosing templates and colors, but if you use inappropriate fonts, the presentation will not produce the expected results.
  • How to install Putty SSH Client on Ubuntu 20.04 LTSHow to install Putty SSH Client on Ubuntu 20.04 LTS
    in this article, tipsmake.com will explain how to install putty on ubuntu 20.04 lts system. the same process can be used for debian, mint and earlier ubuntu releases.
  • How to Install FontsHow to Install Fonts
    fonts set your document or webpage apart, and allow you to express your creativity and style. so why should you be limited to the fonts that came installed on your computer? set your work apart by downloading and installing fonts that...
  • How to Download FontsHow to Download Fonts
    this wikihow teaches how to download and install new fonts on your windows or mac computer, which can be used in your word processor or any other program that uses system fonts. open your web browser. the quickest way to find fonts is to...
  • Instructions on how to install Ubuntu on VirtualBox virtual machineInstructions on how to install Ubuntu on VirtualBox virtual machine
    have you ever tried to install ubuntu but the computer doesn't have enough space to run? let's tipsmake.com find out the article to guide how to install ubuntu on this virtualbox virtual machine!
  • How to install fonts on Windows simply and quicklyHow to install fonts on Windows simply and quickly
    fonts play an important role in text editing, graphic design and system interface display. if you want to add a new font set on windows, you can do it easily by installing it directly through the fonts folder or control panel.
  • Instructions to install Ubuntu directly from the hard driveInstructions to install Ubuntu directly from the hard drive
    ubuntu is one of the most popular linux distributions. if you want to install ubuntu, the simplest way is to use the hard drive. follow the article below to see how to do it.