如何在Debian Wheezy中安装Arial字体或任何真正的字体

我有一个网页部署在服务器Linux(Wheezy服务器版本),这个网页生成一个PDF文件使用Arial字体。 我看过了

/usr/share/fonts/truetype/ 

并且在那里找不到Arial字体。 只要:

 DejaVuSans-Bold.ttf DejaVuSansMono-Bold.ttf DejaVuSansMono.ttf DejaVuSans.ttf DejaVuSerif-Bold.ttf DejaVuSerif.ttf 

如何安装Arial字体?

解决问题:

 wget http://ftp.br.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb #Dependence for dpkg apt-get install cabextract #Install fonts by dpkg dpkg -i ttf-mscorefonts-installer_3.6_all.deb reboot 

在此之后,报告正常工作。