I want to use the new Ubuntu fonts that are default in Maverick in Lucid. Where to get it and how to install it?
Asked
Active
Viewed 730 times
7
-
Have you resolved this issue? – pl1nk Jun 27 '12 at 22:38
2 Answers
5
The Ubuntu Font Family packages are being inserted into order (still supported) releases of Ubuntu as they are released. As of February 2011, those older releases are:
- Ubuntu 10.10 Maverick
- Ubuntu 10.04 LTS Lucid
- Ubuntu 09.10 Karmic
- Ubuntu 08.04 LTS Hardy
If you have software updates enabled then you should be able to select the package and install it from the Ubuntu Software Centre or using:
sudo apt-get install ttf-ubuntu-font-family
For more details on the process (or to help validate that new releases are suitable for backporting as Stable Release Updates), see:
- bug #650889 Ubuntu Font Family would be valuable for older releases
- bug #709980 SRU ubuntu-font-family 0.70.1 for all

sladen
- 6,424
0
Another source is http://font.ubuntu.com/.

jumbli
- 749
-
1For Ubuntu-based machines, please use the
ttf-ubuntu-font-family
packages in the archives. Using the archive means that the package can automatically be updated with new features, bug-fixes, and expanded language/style coverage. – sladen Feb 18 '11 at 13:24 -
@sladen You may want to post that as a separate answer, rather than as a comment to this answer. – Eliah Kagan Aug 22 '12 at 08:44