0

Because I am using a Proxy in our company using the auto install of the MiKTeX Package Manager does not work for me. Instead I tried installing it manual by downloading the pgf.tar.lzma from a mirror.

When I try to add the package I get the following error message:

package="koma-script", arhiveFile="C:\Users\user\Documents\latex-packages\koma-script.tar.lzma", expectedMD5="8540ac6593530e7b58d865a2f227ea5e", actualMD5="5faf6bfa841513bcfbd4a968ca52a495"

Is there a way to bypass the checksum mechanism?

Schweinebacke
  • 26,336
Curunir
  • 103

1 Answers1

2

If you create a local repository for MiKTeX you always should download all files from the same server/mirror. Otherwise it could happen, that the version information at the package management files miktex-zzdb1-2.9.tar.lzma and miktex-zzdb2-2.9.tar.lzma do not correspond with the packages you've downloaded.

So for installation of KOMA-Script from a local repository you have to download at least miktex-zzdb1-2.9.tar.lzma, miktex-zzdb2-2.9.tar.lzma and koma-script.tar.lzma from the same server, copy it to one (new) directory and do the installation from that local directory. Note, if you are using the generic download URL http://mirrors.ctan.org/systems/win32/miktex/tm/packages/… for the download, the mirror can be different for each file. So please use a dedicated server address from the CTAN mirrors list.

Schweinebacke
  • 26,336