Trouble With Ubuntu Installation [Solved]

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

Trenthee
Posts: 7
Joined: Wed Aug 12, 2015 11:29 am

Trouble With Ubuntu Installation [Solved]

Post by Trenthee »

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:
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
Any help?