LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to open/extract isz file (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-open-extract-isz-file-884631/)

pakotouch 06-05-2011 05:20 AM

How to open/extract isz file
 
Hello everyone! I am very new Linux user. And want to open one Linux guide, but the problem is that this guide is *.isz. In windows i can mouth it but please help me to do it here in Linux. In advance I am sorry if someone else already do this and I missed his question and answers.

Nylex 06-05-2011 05:28 AM

What does this ISZ file contain? If you're trying to use Windows software on Linux, be aware that it won't run natively and you'll have to use, e,g. WINE. If this file contains cracked software, then we can't help you with that either (see the LQ rules).

Let us know what your end goal is, after extracting the contents of this file.

pakotouch 06-05-2011 05:38 AM

This file contain books in my language about Linux, c, c++, Python and others :) Like I sad before Iḿ new here and i need some guide stuff. Thanks for fast response and Iḿ sorry for MBE ( my bad english)

colucix 06-05-2011 05:41 AM

As previously suggested, you may run this program using wine: http://www.ezbsystems.com/isz/unisz.zip.

oserres 07-14-2012 03:34 PM

Alternatively, you can use a small tool I wrote, isz-tool which is a small Python utility that convert isz files to iso. It just requires Python 3.2.

It can be download at :
https://github.com/oserres/isz-tool/zipball/master

The command line to convert to an .iso is as follows :
./isz-tool.py isz2iso file.isz file.iso

criespy 02-10-2014 10:07 PM

Quote:

Alternatively, you can use a small tool I wrote, isz-tool which is a small Python utility that convert isz files to iso. It just requires Python 3.2.

It can be download at :
https://github.com/oserres/isz-tool/zipball/master

The command line to convert to an .iso is as follows :
./isz-tool.py isz2iso file.isz file.iso

Whoaa Thank you oserres, your tool are usefull for me :)
Success to convert isz to iso
Python 3.2 on Ubuntu 12.04


All times are GMT -5. The time now is 11:11 PM.