1

I am unable to connect to the package repository server using MiKTeX due to a proxy error. How would I go about installing a package from a local repository? I am trying to install the package beamer. Where do I actually find the file to download?

enter image description here

enter image description here

John Doe
  • 253

4 Answers4

4

You need to get the packages from the miktex folder on ctan:

http://mirrors.ctan.org/systems/win32/miktex/tm/packages/

Put whatever you want to install e.g.

http://mirrors.ctan.org/systems/win32/miktex/tm/packages/beamer.tar.lzma

in some empty folder (outside miktex).

Beside this you need the three database files

http://mirrors.ctan.org/systems/win32/miktex/tm/packages/miktex-zzdb1-2.9.tar.lzma http://mirrors.ctan.org/systems/win32/miktex/tm/packages/miktex-zzdb2-2.9.tar.lzma http://mirrors.ctan.org/systems/win32/miktex/tm/packages/miktex-zzdb3-2.9.tar.lzma

Put them also in the folder. Then you can use the folder as local repository.

Ulrike Fischer
  • 327,261
1

From https://ctan.org/tex-archive/systems/win32/miktex/tm/packages, download to a directory on your h.d. beamer.tar.lzma and the 5 following files:

pr.ini, files.csv.lzma, miktex-zzdb1-2.9.tar.lzma, miktex-zzdb2-2.9.tar.lzma and miktex-zzdb3-2.9.tar.lzma.

You have to declare the local repository from MiKTeX console, Settings, like this:

enter image description here

Bernard
  • 271,350
  • This works for me for .tar.lzma packages. How about .cab packages, for instance totpages.cab? Thank you – CRH Sep 06 '23 at 11:29
0

Well the obvious places to start are for downloading beamer are

  1. https://ctan.org/pkg/beamer?lang=en
  2. https://sourceforge.net/projects/latex-beamer/
  3. might have to look at tex live for installing a local package repo ftp://tug.org/historic/systems/texlive/
0

I downloaded the following files and store them together in a folder named MiKTeX:

Requiredpackagenames.tar.lzma
miktex-zzdb1-2.9.tar.lzma
miktex-zzdb3-2.9.tar.lzma

After the basic Installation I opened the MiKTeX Console and selected under packages the local repository MiKTeX Folder with the files I downloaded before. Then start MiKTeX and you can install the packages from your own directory.

thomkell
  • 101
  • 3