
If I just do "apt install filebot" it wants to install a full on graphical interface (x11) nearly 1Gb...not right.
How do I just get the CLI please?
Thanks very much.
If you do not want to install recommended packages you can run apt-get with the --no-install-recommends flag.
--no-install-recommends is default on some headless platforms and it is just an apt option, so not particularly specific to FileBot. I'll add a note for users that are new to apt package management.