Para instalar fontes TrueType, proceda da seguinte forma:
1) Instale o pacote defoma
$ sudo apt-get install defoma
2) Crie o diretório onde as fontes estão compartilhadas por padrão:
$ sudo mkdir /usr/share/fonts/truetype
$ sudo chmod 755 /usr/share/fonts/truetype
3) Acesse o diretório onde as fontes estão. Copie as fontes para o caminho compartilhado:
$ sudo cp *.ttf /usr/share/fonts/truetype
$ sudo cp *.otf /usr/share/fonts/truetype
4) Agora resta registrar as fontes
$ sudo defoma-font register-all /usr/share/fonts/truetype/*
Pronto!
Lembre-se de reiniciar os aplicativos para ter acesso as novas fontes após a sua instalação (Ex.: BrOffice).
Arquivo do blog
terça-feira, 7 de abril de 2009
Skype Ubuntu 8.10 x86_64
Para instalar o Skype no Ubuntu 8.10 Intrepid Ibex para processadores 64 bit, execute os comandos abaixo:
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
sudo apt-get install skype alsa-tools alsa-utils gstreamer0.10-alsa alsa-firmware-loaders alsa-firmware alsa-tools-gui alsa-oss
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
sudo apt-get install skype alsa-tools alsa-utils gstreamer0.10-alsa alsa-firmware-loaders alsa-firmware alsa-tools-gui alsa-oss
Assinar:
Comentários (Atom)