1791258 - How to extract compressed exe files on Unix / Linux system?Extract Midias Export SolMan

Опубликовано: 22 Март 2026
на канале: Rubens Abibe Lima
3,472
3

1791258 - How to extract compressed exe files on Unix / Linux system?Midias for Installation Export SAP Solution Manager 7.2

Resolution
Copy all the uncompressed files to the Unix/Linux machine
Download from RARLAB http://www.rarlab.com/rar_add.htm the command line extractor for your version of Unix
Transfer the file to your Unix / Linux machine
Execute the unrar tools in the folder where you copied the files with a command like:
./unrar x filename.exe or ./unrar x filename.rar
This will extract all the files in sequence as the other files are
part1, part2, etc...


Note: On some systems you need to execute ./unrar xvf filename.exe