darktable can not be started from terminal

I just installed Linux Mint 22 cinnamon in a dual boot configuration (with Win11) on my desktop (basic specs below).
Linux seems to be working without any major problems, there is however a problem with darktable.
Darktable (4.8.1) was compiled from source and the process went without noticing any issues, and it starts fine, when invoked from Nemo file manager (double click on ‘darktable’ in ‘/opt/darktable/bin’. But, when trying to start from terminal (‘/opt/darktable/bin’ directory), the response is:
Command ‘darktable’ not found, but can be installed with:
sudo apt install darktable
The same happens with all the other programs in this directory (darktable-chart, darktable-cli, darktable-cltest, darktable-cmstest, darktable-generate-cache, darktable-rs-identify).
I would appreciate any ideas, how to address this problem…

If that path isn’t in your “PATH” variable, you may have to start it from the directory with ./darktable

1 Like

Thank you, that solves the issue.