I’ve been using Ubuntu for the last 6 months and have recently started to try out openSUSE 11.1. I have a problem installing the MS fonts which I was hoping someone would be able to help me with. When I select the fetchmsttfonts for installation, I get the following output:
note: No proxy is used. Please set the environment variable “http_proxy”
note: to your favorite proxy, if you want to use a proxy for the download.
note:
note: bash: export http_proxy=“http://proxy.example.com:3128/”
note: tcsh: setenv http_proxy “http://proxy.example.com:3128/”
EULA:
Fetching … done
Trying to find the fastest server:
jaist … 0 sec
voxel … 1 sec
heanet … 0 sec
kent … 0 sec
nchc … 1 sec
easynews … 0 sec
waix … 1 sec
internode … 0 sec
internap … 1 sec
The winner is: >> jaist <<
linux-zx1o:/home/graham # chmod a+x fetchmsttfonts.sh
linux-zx1o:/home/graham # sh fetchmsttfonts.sh
note: No proxy is used. Please set the environment variable “http_proxy”
note: to your favorite proxy, if you want to use a proxy for the download.
note:
note: bash: export http_proxy=“http://proxy.example.com:3128/”
note: tcsh: setenv http_proxy “http://proxy.example.com:3128/”
EULA:
Fetching … done
Trying to find the fastest server:
switch … 0 sec
mesh … 0 sec
jaist … 0 sec
kent … 1 sec
nchc … 0 sec
heanet … 0 sec
easynews … 1 sec
optusnet … 0 sec
The winner is: >> switch <<
I think you need the package cabextract.
It should be a dependency for fetchmsttfonts.
From the rpm description:
Cabinet (.CAB) files are a form of archive, which Microsoft uses to
distribute their software and things like Windows Font Packs. cabextract can
be used to unpack these files.
Hi
It’s a problem with the server list, which I have seen on the mailing
lists. If the server doesn’t have the files the script bombs out.
You need to modify the script to delete the first two servers.
I just test the one I have and it’s working and have posted it at the
following link; http://www.nopaste.com/p/alZ9xl8xG
Just copy that and save as fetchmsttfonts then;