I have a installed Debian on my laptop (base system, x-window-system and i3-wm). Now I'd like to set up fonts from ubuntu 11.10 to my debian wheezy. How I can do it?

link|improve this question
feedback

migrated from stackoverflow.com Jan 15 at 17:24

This question came from our site for professional and enthusiast programmers.

2 Answers

A safe and easy approach is to put the necessary font files under your home directory after which you rebuild the font cache.

  • Go to http://font.ubuntu.com/ and choose "Download for free"
  • unzip the downloaded file and move the folder to the directory ~/.fonts/ (create it if it doesn't exist with mkdir ~/.fonts)
  • run the command fc-cache to rebuild the font cache
link|improve this answer
feedback

look up the packages in the apt-get repository and check if debian has the same package if so use that one otherwise download the deb file from ubuntu's repository and use gobi or dpkg -i <deb file> to install.

but be warned ubuntu is a mess and packages from one distribution are rarely recommended to be installed on another.

(i run debian [oldstable (lenny), stable (squeeze)])

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.