I am currently on FileBot 4.8.2 using the .deb package by hand (a long time ago.)
I've just seen this latest post and out of interest I went through the github script step-by-step with the --simulate option to see what would happen, because this is a headless server with no gui needed.
All was going well but then the last command WAS going to pull in
90 packages which I really don't need
Code: Select all
sudo apt-get --simulate install --install-recommends filebot
So, I changed the install command line to...
Code: Select all
sudo apt-get --simulate install --no-install-recommends filebot
...which was a little better at
45 packages, but those were still loads of X Server related packages.
Is there any way to stop it installing ANY of those?
Thanks,
Paully