Установка в Ubuntu
sudo apt-get install msttcorefonts
Установка в Debian Debian GNU/Linux 6.0.5 (squeeze)
В файле /etc/apt/sources.list правим две строчки, добавив к ним "non-free" и "contrib"
deb http://ftp.ru.debian.org/debian/ squeeze main non-free contrib
deb-src http://ftp.ru.debian.org/debian/ squeeze main non-free contrib
После чего обновляем список репозиториев и устанавливаем шрифты Microsoft
#apt-get update
#apt-get install msttcorefonts
Установка в Debian Debian GNU/Linux 7.7 (wheezy)
В файле /etc/apt/sources.list правим две строчки, добавив к ним "non-free" и "contrib"
deb http://ftp.by.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.ru.debian.org/debian/ wheezy main non-free contrib
#aptitude update
#aptitude install ttf-mscorefonts-installer