Page 1 of 1

Updating Filebot on headless Armbian

Posted: 11 Sep 2020, 10:59
by nikeb
Hi rednoah

I did an update on my headless machine using the deb packages and installed the repository via command line using viewtopic.php?f=11&t=6028 this method
but now i have two different filebot installed.

Code: Select all

matteo@aml_server:~$ filebot -version
FileBot 4.9.0 (r7234) / OpenJDK Runtime Environment 11.0.8 / Linux 3.10.108 (arm)
matteo@aml_server:~$ /usr/local/bin/filebot -version
FileBot 4.9.0 (r7234) / OpenJDK Runtime Environment 11.0.8 / Linux 3.10.108 (arm)
And

Code: Select all

matteo@aml_server:~$ /usr/share/filebot/bin/filebot.sh -version
FileBot 4.9.1 (r7372) / OpenJDK Runtime Environment 11.0.8 / Linux 3.10.108 (arm)
Is there a way to connect the "filebot" command with the newest and updated one?

Second question:
Should the last package be the r8023 and not the r7372 or it s just a matter of OS?

Thanks in advantage

Re: Updating Filebot on headless Armbian

Posted: 11 Sep 2020, 11:04
by rednoah
Where does the symlink in /usr/local/bin point?

Code: Select all

ls -l /usr/local/bin/filebot
:idea: FileBot 4.9.1 (r7372) is the latest stable release. FileBot r8023 refers to the latest beta which is not available via the repository.

Re: Updating Filebot on headless Armbian

Posted: 11 Sep 2020, 11:26
by nikeb
Hi

You're right, i guess there are another installation, cause there is another portable installation

Code: Select all

 /usr/local/bin/filebot -> /home/matteo/filebot-portable/filebot.sh
is there a way to change that?
Maybe i should delete some installation

Thank you very much

Re: Updating Filebot on headless Armbian

Posted: 11 Sep 2020, 11:58
by rednoah
Delete all installations. Remove all dangling symlinks. Then only install the version of FileBot you want.