REW sur un Raspberry Pi 4
Bonjour,
J’essaie d’installer le logiciel de mesure audio REW
sur un RPi4 64bit Bullseye.
Le fichier d’installation est un .sh
J’ai modifié le fichier afin qu’il pointe vers Java:
J’ai alors cette erreur:
Je ne suis pas sûr de savoir quoi faire, pouvez vous m’aider à installer REW sur mon RPi svp?
J’essaie d’installer le logiciel de mesure audio REW

Le fichier d’installation est un .sh
manu@raspberrypi:~ $ wget https://www.roomeqwizard.com/installers/REW_linux_no_jre_5_31_3.sh --2025-01-18 17:06:00-- https://www.roomeqwizard.com/installers/REW_linux_no_jre_5_31_3.sh Resolving www.roomeqwizard.com (www.roomeqwizard.com)... 170.249.203.85 Connecting to www.roomeqwizard.com (www.roomeqwizard.com)|170.249.203.85|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 31882909 (30M) [application/x-sh] Saving to: ‘REW_linux_no_jre_5_31_3.sh’ REW_linux_no_jre_5_31_3.sh 100%[=====================================>] 30.41M 7.62MB/s in 4.6s 2025-01-18 17:06:05 (6.67 MB/s) - ‘REW_linux_no_jre_5_31_3.sh’ saved [31882909/31882909] manu@raspberrypi:~ $ cd /home/manu/REW manu@raspberrypi:~/REW $ sudo chmod +x /home/manu/REW/REW_linux_no_jre_5_31_3.sh manu@raspberrypi:~/REW $ ./REW_linux_no_jre_5_31_3.sh No suitable Java Virtual Machine could be found on your system. The version of the JVM must be 1.8. Please define INSTALL4J_JAVA_HOME to point to a suitable JVM. manu@raspberrypi:~/REW $ cd manu@raspberrypi:~ $ sudo update-alternatives --config java There are 2 choices for the alternative java (providing /usr/bin/java). Selection Path Priority Status ------------------------------------------------------------ 0 /usr/lib/jvm/java-11-openjdk-arm64/bin/java 1111 auto mode 1 /usr/lib/jvm/java-11-openjdk-arm64/bin/java 1111 manual mode * 2 /usr/lib/jvm/java-17-oracle/bin/java 1091 manual mode Press <enter> to keep the current choice[*], or type selection number: manu@raspberrypi:~ $
J’ai modifié le fichier afin qu’il pointe vers Java:
#!/bin/sh # Uncomment the following line to override the JVM search sequence INSTALL4J_JAVA_HOME_OVERRIDE=/usr/lib/jvm/java-17-oracle/bin/java # Uncomment the following line to add additional VM parameters # INSTALL4J_ADD_VM_PARAMS=
J’ai alors cette erreur:
manu@raspberrypi:~/REW $ ./REW_linux_no_jre_5_31_3.sh gzip: sfx_archive.tar.gz: not in gzip format I am sorry, but the installer file seems to be corrupted. If you downloaded that file please try it again. If you transfer that file with ftp please make sure that you are using binary mode. manu@raspberrypi:~/REW $
Je ne suis pas sûr de savoir quoi faire, pouvez vous m’aider à installer REW sur mon RPi svp?