How to install FileBot on Raspbian Buster L?

Support for Ubuntu and other Desktop Linux distributions
Post Reply
kgello
Posts: 1
Joined: 02 Jan 2020, 16:44

How to install FileBot on Raspbian Buster L?

Post by kgello »

rednoah wrote: 16 Mar 2020, 16:42 Java 11+ is now required. At this point in time, Java 13.0.2 should already be installed by default via the Java Installer package:
https://www.filebot.net/linux/syno.html
Hi!

Does this requirement concern all systems, or just Synology?

I'm asking, because I've spent the better part of my afternoon trying to install Filebot on a new RPi (Raspbian Buster L). It shouldn't have taken me this long, but as newby, I first downloaded the "Debian Stretch / Raspberry Pi package" (and OpenJDK 8) since it seemed more relevant than the "Debian Buster / Ubuntu 18.10 package" which I should have downloaded along with OpenJDK 11.

Please don't take this as me complaining, it's anything but! I'm used to the pain of learning and I love it! :D I'm just asking whether this naming is intentional or not, if it would have worked on a Raspbian Strech + OpenJDK8 environment.

Since this is my first comment on this forum (that I remember), I just want to let you know, how much I love your work with Filebot, and I hope It will support You at least as long as You support It!
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [armv5] Unrecognized option: --illegal-access=permit

Post by rednoah »

If you're using Debian Linux, then you can and should use the apt package which in turn will install all the necessary dependencies automatically:
https://www.filebot.net/linux/apt.html

rednoah wrote: 13 Jul 2018, 12:00 FileBot provides it's own APT repository, so you can install and upgrade FileBot via sudo apt-get install filebot.


The installer/deb.sh will add the repository and install FileBot for you:

Code: Select all

bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)"
:idea: Please read the FAQ and How to Request Help.
Post Reply