среда, 28 июня 2017 г.

Установка русских фонтов на astralinux orel

Штатная установка, фонты не грузит
# wget  http://ftp.ru.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb
!!!# apt-get install xfonts-utils cabextract
!!!# dpkg -i ttf-mscorefonts-installer_3.6_all.deb
!!!# fc-cache -fv
!!!# fc-list
# mkdir /home/user/fonts
# cd /home/user/fonts
Скачать или положить в этот каталог
Microsoft's TrueType core fonts
# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/times32.exe# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/impact32.exe
# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/georgi32.exe
# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/courie32.exe
# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/comic32.exe
# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/arialb32.exe
# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/arial32.exe
# wget --no-check-certificate  https://sourceforge.net/projects/corefonts/files/the%20fonts/final/andale32.exe
# wget --no-check-certificate  https://sourceforge.net/projects/corefonts/files/the%20fonts/final/wd97vwr32.exe
# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/webdin32.exe
# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/verdan32.exe
# wget --no-check-certificate https://sourceforge.net/projects/corefonts/files/the%20fonts/final/trebuc32.exe

В следующей команде указать каталог с фонтами /home/user/fonts
# dpkg-reconfigure ttf-mscorefonts-installer

root@astra:/home/user/fonts# fc-cache -fv
..................
/usr/share/fonts/truetype/msttcorefonts: caching, new cache contents: 60 fonts, 0 dirs
..................
fc-cache: succeeded
# fc-list
..................

1 комментарий:

  1. MS дропнул доступ к файлам, содержащим шрифты - к любимому всеми powerpoint.exe Но тут вспоминается о web.archive - он-то все хранит. Вот некто https://gist.github.com/maxwelleite из Бразилии подумал об этом и наваял юзабельный bash-скриптик для установки, со свежими токенами для доступа в архив, проверками и блек-джеком. Работает. Выполнить:
    wget https://gist.github.com/maxwelleite/10774746/raw/ttf-vista-fonts-installer.sh -q -O - | sudo bash

    ОтветитьУдалить