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



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!

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.