rmcellig
I was a Linux newbie. This was a project for me. Quite simply when I followed these instructions ( from @telorast in thread), I succeeded:
"So please copy the files from /usr/lib/x86_64-linux-gnu/utsushi to /usr/lib64/utsushi, the .deb files and directories from /usr/share/doc to /usr/share/doc and the .deb files from /usr/share/utsushi to /usr/share/utsushi. Force the symlink with this:
sudo ln -sf /usr/lib64/utsushi/utsushi/esci-interpreter /usr/lib64/utsushi/esci-gt-s650
Check ownership of the files, all should be owned by root. Check the properties of the symlink it needs to be executed as program"
...I was not Linux-savvy, so 75% of that thread is me screwing up these simple instructions and seeking clarification.
Since you are distro-savvy then this is how I did it:
sudo cp -dfrv /home/brent/Downloads/imagescan-bundle-debian-10-3.62.0.x64.deb/plugins/usr/lib/x86_64-linux-gnu/utsushi/libcnx-esci-gt-s650.so.0.0.0 /usr/lib64/utsushi
'/home/brent/Downloads/imagescan-bundle-debian-10-3.62.0.x64.deb/plugins/usr/lib/x86_64-linux-gnu/utsushi/libcnx-esci-gt-s650.so.0.0.0' -> '/usr/lib64/utsushi/libcnx-esci-gt-s650.so.0.0.0'
This is step one of MANY COMMANDS of me copying ONE file at a time from folder to folder because you can't copy the whole folder into a folder. I had no idea how to batch copy files. You are copying specific contents into specific folders. This is a distinction I had to learn.----I created an accidental directory inside utsushi so they CP
'd to the wrong folder. Then I had to undo it with the MV
command (so no file associations existed) and start again.
If you can follow @telorast 's simple instructions (above) then that's all I did.
At the time, I had to struggle to follow those simple instructions. That long bloody thread simply represents my complete ineptness at following those instructions.
If you are savvy, then do not overthink it. I did.
(again: any success I had in overcoming my own ineptness there is also owed to @Axios 's help as well)/edit