MiKTeX and proTeXtHow to open LZMA compressed packages?

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
Andy22
Posts: 16
Joined: Wed Jul 25, 2007 10:11 am

How to open LZMA compressed packages?

Post by Andy22 »

I need some suggestions about opening the packages compressed with the LZMA method.
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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

How to open LZMA compressed packages?

Post by localghost »

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.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Andy22
Posts: 16
Joined: Wed Jul 25, 2007 10:11 am

Re: How to open LZMA compressed packages?

Post by Andy22 »

Yes, that's right. But unfortunately no solution for PCs without internet connection.
Ralf
Posts: 1
Joined: Tue Aug 14, 2007 1:17 pm

Re: How to open LZMA compressed packages?

Post by Ralf »

There is a way to unpack lzma-files as Christian described on Tuesday, June 19, 2007 6:00 PM in the MiKTeX mailing list (see http://comments.gmane.org/gmane.comp.tex.miktex/6578):

> 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
Post Reply