Updating Filebot on headless Armbian

Support for Ubuntu and other Desktop Linux distributions
Post Reply
nikeb
Posts: 28
Joined: 13 Jun 2014, 07:26

Updating Filebot on headless Armbian

Post 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
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Updating Filebot on headless Armbian

Post 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.
:idea: Please read the FAQ and How to Request Help.
nikeb
Posts: 28
Joined: 13 Jun 2014, 07:26

Re: Updating Filebot on headless Armbian

Post 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
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Updating Filebot on headless Armbian

Post by rednoah »

Delete all installations. Remove all dangling symlinks. Then only install the version of FileBot you want.
:idea: Please read the FAQ and How to Request Help.
Post Reply