Installing on Fedora and Rocky Linux¶
RPM packages give native system integration on Fedora and Rocky Linux.
Each package is built for one distribution release. Download the build that matches yours.
| Distribution | Package tag | Example |
|---|---|---|
| Fedora 43 | fc43 |
rimusdr-<version>-1.fc43.x86_64.rpm |
| Fedora 44 | fc44 |
rimusdr-<version>-1.fc44.x86_64.rpm |
| Rocky Linux 9 | el9 |
rimusdr-<version>-1.el9.x86_64.rpm |
| Rocky Linux 10 | el10 |
rimusdr-<version>-1.el10.x86_64.rpm |
RPM packages are available for x86_64 only. For ARM64 systems, use the
AppImage.
Install from the command line¶
Install RimuSDR first, then RimuDAX and RimuCAT.
cd ~/Downloads
sudo dnf install ./rimusdr-<version>-1.<distro>.x86_64.rpm
sudo dnf install ./rimudax-<version>-1.<distro>.x86_64.rpm
sudo dnf install ./rimucat-<version>-1.<distro>.x86_64.rpm
Replace <distro> with the tag from the table above, for example fc43.
dnf installs any required dependencies automatically. If you download the
package for the wrong release, dnf reports the unmet dependencies and stops.
After installation¶
- Launch from the menu
- The applications are in your system menu.
- Launch from a terminal
- Run
rimusdr,rimudax, orrimucat. - Updates
- Download and install the new RPM when a release is announced.
- Uninstall
- See Uninstalling.
Next, activate your license. See the Activation Guide.