I’ve installed Box64 on Fedora 40, and it appears to be functional (cli commands work). However, I’m having trouble using it
I’m trying to install an x64 RPM file (Cider if it matters), but DNF just says that the file doesn’t have an option for my architecture
What I’ve done so far:
$ box64 -v
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Blizzard-M2 Avalanche-M2 with 8 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 69 entries
Box64 with Dynarec v0.2.8 nogit built on May 22 2024 00:00:00
Box64 is installed correctly
$ sudo dnf install ~/Downloads/Cider-linux-fedora-x64.rpm
Last metadata expiration check: 0:27:59 ago on Sat 17 Aug 2024 16:06:17 BST.
allow_vendor_change is disabled. This option is currently not supported for downgrade and distro-sync commands
Error:
Problem: conflicting requests
- package cider-client-1.0.0-1.x86_64 from @commandline does not have a compatible architecture
(try to add '--skip-broken' to skip uninstallable packages)
DNF showing that the RPM file does not have a compatible architecture
I know I can run an x64 executable with $ box64 <executable file>
but I don’t see how to get that executable without first installing it
Any help?