updating REM in debian

omar_caveman

Registered
Thread Starter
Joined
Jul 14, 2021
Messages
1
does any one know how to update REW to the latest version available in debian?
 
Joined
Feb 8, 2018
Messages
279
Location
Italy
It updates in the same way for all versions of Linux, just follow the instructions that are described.

Beta release, Linux shell installer.

A Java 8 runtime must be installed first using sudo apt-get install openjdk-8-jre or equivalent. Do not install a headless JRE, they lack audio I/O.

After downloading the installation file set permissions to allow it to run and install it as follows (example is for 5.19, filename varies according to the download):

5.19 linux_version

$ chmod +x REW_linux_version.sh
$ sudo ./REW_linux_version.sh

Start REW by running

$ roomeqwizard
 
Joined
Feb 8, 2018
Messages
279
Location
Italy
see also this link where I describe how to install on a Raspberry Pi which has linux which derives directly from Debian.

 
Top Bottom