Wednesday, October 31st, 2007

Liberation Fonts for Ubuntu

Last night I read a post by Christer Edwards about installing the free Liberation fonts from Red Hat. I remember reading about and installing these fonts when they were first released. I also remember thinking that they do make good free alternatives to some of the more popular commercial fonts [Arial, Times New Roman, Courier New etc.]

Liberation Examples

Example of Liberation Sans

Example of Liberation Serif

Example of Liberation Mono

Packaged for Ubuntu

I was surprised when reading Christer's instructions that there wasn't a package available to easily install these fonts. With that in mind I made one and uploaded it to my PPA on Launchpad.

You can get the .deb file here: http://launchpadlibrarian.net/10220496/ttf-liberation_0.0.1-0ubuntu1%7Eppa2_all.deb

Or, to install via apt simply follow the instructions below. The instructions should work for both Feisty and Gutsy.

1. Open your apt sources.list file for editing with the following terminal command:

gksudo gedit /etc/apt/sources.list

2. Add the following two lines to the bottom of the file:

deb     http://ppa.launchpad.net/corenominal/ubuntu gutsy main
deb-src http://ppa.launchpad.net/corenominal/ubuntu gutsy main

3. Close gedit and issue the following terminal command to update apt:

sudo apt-get update

4. Still in the terminal, enter the following command to install the package:

sudo apt-get install ttf-liberation

5. Enjoy your new fonts!

Tagged with: fonts, ppa, typography, ubuntu


6 Responses to “Liberation Fonts for Ubuntu”

  1. andylockran wrote,

    I think having your own ppa is great Phillip. I think you've inspired me to do the same (when I have some spare time). Just thought I'd let you know. :)

  2. Philip wrote,

    @andylockran: Cool, that's awesome! Good luck with the PPA, if you need any help just give me a shout.

  3. Marius Scurtescu wrote,

    Thanks a lot for packaging this!

    A comment about the version number. Your package indicates 0.0.1 as the upstream version number (if I read it properly), the RPM on Red Hat's site seems to be at 0.1 and the downloadable tar.gz file (the base for your package I assume) has 0.2 in the folder name and 3 in the file name. Go figure.

    My guess is that the correct version number is 0.2, but that's hard to tell.

  4. Naresh V wrote,

    Thank you!

  5. nemoinis wrote,

    FYI, There is now a 1.0 release of these fonts, with hinting fixes: https://bugzilla.redhat.com/show_bug.cgi?id=427791

  6. Philip wrote,

    @nemoinis: Thanks for the update, I'll look into it.

Add Your Comment

Use the form below to add your comment. Markdown syntax is available. Note, comments are moderated by me for spam filtering. Alternatively, feel free to contact me privately.