How To Install Reaper on Fedora 34
How To Install Reaper on Fedora 34
Introduction
One of my favorite DAW (Digital Audio Workstation) is Reaper. In the past to run Reaper you had to use WINE or other methods but as luck would have it they have been releasing a version for Linux so I thought would give it a try on Fedora 34 running KDE Plasma Desktop.
Note:
REAPER, fully featured with no artificial limitations. You can evaluate REAPER in full for 60 days. A REAPER license is affordably priced and DRM-free.
For the post I am using Fedore 34 KDE Spin running on an Intel Core i7 10th gen with 16 GB RAM, 512 GB NVMe SSD with an Intel Iris Plus graphics card. Nothing fancy but good enough for medium Audio and Video production.
Installation
First we need to download Reaper from http://reaper.fm/download.php#linux_download select the x86_64 bit version. At the time of this post the release is 6.29.
Extract the downloaded file to ~/reaper which will create the reaper_linux_x86_64 sub directory. Open a terminal session and change to ~/reaper directory. There are a few requirements for Reaper.
Requirements
- libc6, libstdc++ for gcc 4.x or later
- libgdk-3 (you can also target headless or libgdk-2 if you build your own libSwell from WDL, see below)
- ALSA
Note: You can run REAPER directly from the extracted directory by navigating to REAPER/ and run “./reaper”.
If you would like to install REAPER to your system (either globally in /opt, or in ~/opt) and/or integrate with the desktop environment, you can run the included “install-reaper.sh” script from the terminal. It will offer you choices on how to proceed. If you choose to install REAPER, the script will also generate an uninstall script in order to remove it at a later date. For my preference I already have Reaper where I want it so we will choose to integrate with the desktop option, option A.
From the terminal in the ~/reaper/reaper_linux_x86_64 directory execute ./install_reaper.sh.
Now you are ready to run. the installer will put a link to Reaper in Multimedia.
Another option is to install to /opt.
Start the run the install_reaper.sh script and type I for this option.
Next you will be prompted where to install Reaper. We are installing to /opt which is option 1.
Next prompt asks to create the symlink and create the Desktop shortcut and to proceed with the installation.
Installation is complete.
Uninstalling Reaper
There are several options for uninstalling Reaper. If you used option A (Add to user desktop the uninstall is simple. Rerun the install_reaper.sh with –remove-user-desktop and then delete Reaper from your Home directory.
If you installed Reaper, option I, Reaper will create an uninstall script. If installed to /opt the script to run is /opt/REAPER/uninstall-reaper.sh
Thanks, that’s help for me