Reaper's install file is this way for the best of reasons. You mention that you wish that you had a Debian install file. But Apt is only one of many package managers. What if you use RPM on Fedora? What if you use Arch? A shell script is a very common and basic Linux function that that performs the install on pretty much any of the 650+ Linux distros. It is this way for compatibility.Artie Fichelle wrote: Mon Oct 23, 2023 11:41 am One of the problems is, at least with an mint edition, that reaper offers no debian file install. And also no text file how to install it. To me we should address reaper first to change that. To a new linux user it is to complicated, true.
I personally use Fedora. I'm not a huge Ubuntu fan. I was once, about a decade ago, but some of their sneaky Microsoft-like corporate moves have made me dislike them. For example, putting advertisements into Linux for a revenue stream. Removing default support for Flatpak from all of its distros. is another disliked move. There are actually several. Fedora may get infrastructure support from Red Hat, but they are much more independently managed as far as distros go. I could go on and on about my Linux choice, but my point is that we each have our reasons for the distro we choose to use. Cockos, in order to provide support to the majority of distros, used a BASH compatible script to make Reaper available for all.
Linux does indeed have a learning curve. It is not in any way like it was just a few short years ago. However, learning how to run a script from the command line occasionally is a very basic thing that any Linux user should learn how to do.
EDIT: BTW, a shell script is just a text file. There are instructions in the text file that give you the information you need on how to install it. Try opening the script with a text editor to get more information about the install script.