Cannot install mscorefonts

Asked by Marius Groenewald

After installing the ttf-mscorefonts-installer, the Debconf window appears stating: Declined "TrueType core fonts for the Web EULA", but nowhere during the installation it asked me to Accept or Decline. If I click on Continue, after what feels like a minute, another window pops up, stating that the downloading of extra data files failed. I clicked on the button to carry out the action now, but the Terminal window just closes suddenly while it is busy downloading the files, without completing the task.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a
sudo dpkg -P ttf-mscorefonts-installer
sudo apt-get clean
sudo apt-get install ttf-mscorefonts-installer

Thanks

Revision history for this message
Marius Groenewald (groenem) said :
#2

Output as requested:

marius@marius-linux:~$ lsb_release -a
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:cxx-3.0-amd64:cxx-3.0-noarch:cxx-3.1-amd64:cxx-3.1-noarch:cxx-3.2-amd64:cxx-3.2-noarch:cxx-4.0-amd64:cxx-4.0-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-3.1-amd64:desktop-3.1-noarch:desktop-3.2-amd64:desktop-3.2-noarch:desktop-4.0-amd64:desktop-4.0-noarch:desktop-4.1-amd64:desktop-4.1-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.0-amd64:graphics-3.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch:graphics-4.1-amd64:graphics-4.1-noarch:languages-3.2-amd64:languages-3.2-noarch:languages-4.0-amd64:languages-4.0-noarch:languages-4.1-amd64:languages-4.1-noarch:multimedia-3.2-amd64:multimedia-3.2-noarch:multimedia-4.0-amd64:multimedia-4.0-noarch:multimedia-4.1-amd64:multimedia-4.1-noarch:printing-3.2-amd64:printing-3.2-noarch:printing-4.0-amd64:printing-4.0-noarch:printing-4.1-amd64:printing-4.1-noarch:qt4-3.1-amd64:qt4-3.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 15.04
Release: 15.04
Codename: vivid
marius@marius-linux:~$ sudo dpkg -P ttf-mscorefonts-installer
[sudo] password for marius:
(Lees databasis ... 456456 files and directories currently installed.)
Removing ttf-mscorefonts-installer (3.4+nmu1ubuntu2) ...
Purging configuration files for ttf-mscorefonts-installer (3.4+nmu1ubuntu2) ...
Processing triggers for update-notifier-common (3.160) ...
marius@marius-linux:~$ sudo apt-get clean
marius@marius-linux:~$ sudo apt-get install ttf-mscorefonts-installer
Reading package lists... Done
Building dependency tree
Reading state information... Done
Die volgende pakkette is outoaties geïnstalleer en word nie meer benodig nie:
  imagemagick-6.q16 imagemagick-common liblqr-1-0 libmagickcore-6.q16-2
  libmagickcore-6.q16-2-extra libmagickwand-6.q16-2 libmotif-common
  libnetpbm10 libxm4 netpbm
Use 'apt-get autoremove' to remove them.
Die volgende NUWE pakkette gaan geïnstalleer word:
  ttf-mscorefonts-installer
0 opgegradeer, 1 nuut geïnstalleer, 0 om te verwyder en 0 nie opgegradeer nie.
Ons moet 29.5 kG argiewe kry.
Na hierdie operasie gaan 134 kG bykomende skyf spasie gebruik word.
Kry:1 http://za.archive.ubuntu.com/ubuntu/ vivid/multiverse ttf-mscorefonts-installer all 3.4+nmu1ubuntu2 [29.5 kB]
29.5 kG gehaal in 1s (20.3 kG/s)
Preconfiguring packages ...
Selecting previously unselected package ttf-mscorefonts-installer.
(Lees databasis ... 456448 files and directories currently installed.)
Preparing to unpack .../ttf-mscorefonts-installer_3.4+nmu1ubuntu2_all.deb ...
Unpacking ttf-mscorefonts-installer (3.4+nmu1ubuntu2) ...
Processing triggers for fontconfig (2.11.1-0ubuntu6) ...
Processing triggers for update-notifier-common (3.160) ...
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe
Kry:1 http://downloads.sourceforge.net/corefonts/andale32.exe [198 kB]
198 kG gehaal in 2s (71.0 kG/s)
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/arial32.exe
Fou http://downloads.sourceforge.net/corefonts/arial32.exe
  The HTTP server sent an invalid Content-Range header [IP: 155.232.191.245 80]
E: Misluk om te haal http://downloads.sourceforge.net/corefonts/arial32.exe The HTTP server sent an invalid Content-Range header [IP: 155.232.191.245 80]

E: Download Failed
Stel op ttf-mscorefonts-installer (3.4+nmu1ubuntu2) ...
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ vivid/partner amd64 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_vivid_partner_binary-amd64_Packages)
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ vivid/partner i386 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_vivid_partner_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
marius@marius-linux:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Seems sourceforge is having and issue. I suggest you report a bug

Can you help with this problem?

Provide an answer of your own, or ask Marius Groenewald for more information if necessary.

To post a message you must log in.