Asensin ne kuitenkin tuolla sudo nautilus menetelmällä ja näyttäisi toimivan fontit. Eikö se ole ihan sama operaatio kuin allaoleva vain toteutettuna leikkaa ja liimaa periaatteella?
1. Lataa fontit kotihakemistoosi.
asmok@ubuntu:~$ wget
https://www.redhat.com/f/fonts/liberation-fonts-ttf.tar.gz2. Luo hakemisto uusille fonteille.
asmok@ubuntu:~$ sudo mkdir /usr/share/fonts/truetype/redhat
3. Kopioi fontit hakemistoon.
asmok@ubuntu:~$ sudo cp liberation-fonts-ttf.tar.gz /usr/share/fonts/truetype/redhat
4. Siirry hakemistoon, johon juuri kopioit fontit. Tarkista listaamalla, että fontit on kopioitu.
asmok@ubuntu:~$ cd /usr/share/fonts/truetype/redhat
asmok@ubuntu:/usr/share/fonts/truetype/redhat$ ls
liberation-fonts-ttf.tar.gz
5. Pura fontit hakemistossa.
asmok@ubuntu:/usr/share/fonts/truetype/redhat$ sudo tar zxvf liberation-fonts-ttf.tar.gz
LiberationMono-Italic.ttf
LiberationMono-Bold.ttf
LiberationMono-BoldItalic.ttf
Liberation Fonts License Terms.txt
LiberationMono-Regular.ttf
LiberationSerif-Regular.ttf
LiberationSerif-Italic.ttf
LiberationSerif-BoldItalic.ttf
LiberationSerif-Bold.ttf
LiberationSans-Regular.ttf
LiberationSans-Italic.ttf
LiberationSans-BoldItalic.ttf
LiberationSans-Bold.ttf
asmok@ubuntu:/usr/share/fonts/truetype/redhat$
6. Fontit ovat järjestelmän käytössä.
Miten kone on nyt siitä sitten sekaisin mennyt? ja mitä pitäisi tehdä?