MiKTeX and proTeXt ⇒ How to open LZMA compressed packages?
How to open LZMA compressed packages?
With the old methods (.cab or zipped tarballs) it was easy to open the archive and view the documentation without installing the package.
It was also possible to check the file for download errors with winrar, 7zip, or an other programm.
I've heard that 7zip would be able to handle LZMA compressions but it doesn't work even with the newest beta 4.52.
Can somebody suggest a programm for handling those files and quickly view the package documentation?
A plugin for 7zip or tugzip would be great.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to open LZMA compressed packages?
Andy22 wrote: […] With the old methods (.cab or zipped tarballs) it was easy to open the archive and view the documentation without installing the package. […]
If it's only about viewing a package's documentation, you should refer to the CTAN. There you will find the documentation of every package as far as provided.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: How to open LZMA compressed packages?
Re: How to open LZMA compressed packages?
> The .tar.lzma files in the MiKTeX package repository were created with
> lzma.exe from the LZMA SDK (http://www.7-zip.org/sdk.html). In other
> words, you can run
>
> lzma d PACKAGE.tar.lzma -so | tar -xvf -
>
> to extract files from a package.
Ralf