Trouble With Ubuntu Installation [Solved]
Posted: Mon Oct 07, 2024 3:37 pm
EDIT: This thread can be closed. I just figured out that I was failing to cd into the plugins folder before copying! 
This is how I'm installing on Ubuntu 24.04:
wget http://download.xnview.com/NConvert-linux64.tgz
tar xvzf NConvert-linux64.tgz
cd NConvert
sudo cp nconvert /usr/bin
and this is where I come to trouble:
sudo cp libwebpdecoder.so openjp2.so libwebpmux.so libsharpyuv.so libwebp.so libwebpdemux.so libwebp.so.7 /usr/bin
I get this error:

This is how I'm installing on Ubuntu 24.04:
wget http://download.xnview.com/NConvert-linux64.tgz
tar xvzf NConvert-linux64.tgz
cd NConvert
sudo cp nconvert /usr/bin
and this is where I come to trouble:
sudo cp libwebpdecoder.so openjp2.so libwebpmux.so libsharpyuv.so libwebp.so libwebpdemux.so libwebp.so.7 /usr/bin
I get this error:
Any help?cp: cannot stat 'libwebpdecoder.so': No such file or directory
cp: cannot stat 'openjp2.so': No such file or directory
cp: cannot stat 'libwebpmux.so': No such file or directory
cp: cannot stat 'libsharpyuv.so': No such file or directory
cp: cannot stat 'libwebp.so': No such file or directory
cp: cannot stat 'libwebpdemux.so': No such file or directory
cp: cannot stat 'libwebp.so.7': No such file or directory