Cannot install ubuntu font

Hi,

I’m brand new with Fedora, besides I worked about 20 years with Ubuntu. I cannot install Ubuntu.

  • Tried ln -s /fontfolder /usr/share/fonts/fontfolder;
  • Copied fonts to /usr/share/fonts;
  • Even execute this script:
wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip
mkdir /tmp/ubuntu-font-family-0.80
unzip -j ubuntu-font-family-0.80.zip -d /tmp/ubuntu-font-family-0.80
rm -f ubuntu-font-family-0.80.zip
sudo mkdir /usr/share/fonts/ubuntu
sudo mv /tmp/ubuntu-font-family-0.80/*.ttf /usr/share/fonts/ubuntu
rm -rf /tmp/ubuntu-font-family-0.80
cd /usr/share/fonts/ubuntu
ttmkfdir > fonts.dir
fc-cache -fv

I couldn’t install Ubuntu font.
Any ideas to solve it?

Voilà, It worked! I’d rather a system solution, to all users, but this is better than nothing… Thx!

1 Like

You may try this:
dnf install http://mirror.yandex.ru/fedora/russianfedora/russianfedora/free/fedora/development/rawhide/x86_64/os//ubuntu-family-fonts-0.83-1.fc25.R.noarch.rpm
(searched from https://pkgs.org )

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.