By duende
dire@Dire-mint-os:~/Downloads/yoink-1.4.2-linux$ ./yoink
./yoink: error while loading shared libraries: libomp.so: cannot open shared object file: No such file or directory
dire@Dire-mint-os:~/Downloads/yoink-1.4.2-linux$
Hi, thanks for buying Yoink!
It looks like your system is missing the OpenMP runtime library.
You can install it by running the following commands:
sudo apt update sudo apt install libomp-dev
Let me know if you run into any other issues.