Rclone browser fails to open

I am trying to install rclone-browser however it gives this error when I try to open it in firefox.

Failed to execute file “rclone-browser-1.8.0-a0b66c6-raspberrypi-armhf.AppImage”

Failed to execute child process “home/dietpi/Downloads/rclone-browser-1.8.0-a0b66c6-raspberrypi-armhf.AppImage” (No such file or directory).

And if I try yo open it in a terminal I see :-

./rclone-browser-1.8.0-a0b66c6-raspberrypi-armhf.AppImage
-bash: ./rclone-browser-1.8.0-a0b66c6-raspberrypi-armhf.AppImage: cannot execute: required file not found.

I am using a pi 5

Can anyone help?

you are using the wrong architecture I would say.

Maybe you can contact the provider of this software. I guess it is nothing from our software repository.

1 Like

I have copied below what it says in the GitHub README.md which infers it ought to run on all Raspberry Pi hardware.

This version is the most up-to-date version of rclone-browser the original version has not been updated in years

Situation with Linux is a bit fuzzier…
Linux binary (AppImage) for armhf architecture runs on any Raspberry Pi hardware using Raspbian based on Stretch or Buster.

Linux binaries (AppImage) for x86_64 and i386 architectures should run on systems using distributions released in the last few years. x86_64 one is built on CentOS 7 (released in 2014) and i386 on Ubuntu 16.04 LTS (released in 2016).

The whole idea with AppImage is to build it on the oldest still supported LTS distro – and it should work on all newer OS releases. AppImage contains an aplication and all the files the app needs to run. In other words, each AppImage has no dependencies other than what is included in the base operating system.

In practical terms it means that for example for Ubuntu Rclone Browser AppImage works on all versions starting with 16.04 LTS and for Debian starting with Stretch. With other distributions YMMV but I test major ones like Suse or Fedora. This is Linux. 10000 different distributions… with changes and customizations often only their authors are aware of. I would be happy to hear what distribution it does not work for.

But this is something you need to ask the developer of this image. DietPi is based on Debian. It’s not an own operating system.

Current Debian version is Bookworm, while we expect Debian Trixie to be released in coming days

OK but the problem is the original version has not been updated in 8 years and although this kapitainsky version has not been updated in 5 years it does seem to be the newest version so it looks like I might be unlucky.

But this is something we can’t fix if some projects don’t keep their software updated

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.