ubuntu install?

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

Moderators: helmut, XnTriq, xnview

Post Reply
BabaG
Posts: 150
Joined: Sat Mar 03, 2007 6:41 am

ubuntu install?

Post by BabaG »

i can't find anything on how to install nconvert on my ubuntu laptop. i've extracted the
file i downloaded and see what appears to be an executable but no info on how to or
where to place this file on ubuntu. can someone guide me through this? where do i cp
this file to? do i need to do anything after that? chmod?

i tried cp to /usr/bin but, when i try to test it by doing a conversion, i get:

Permission denied

thanks for any help,
BabaG
BabaG
Posts: 150
Joined: Sat Mar 03, 2007 6:41 am

Re: ubuntu install?

Post by BabaG »

got it working. don't know if it's in the right place but i did get it working. eequired a
change of permissions:

chmod -R 755 /usr/bin/nconvert

BabaG
marsh
XnThusiast
Posts: 2443
Joined: Sun May 15, 2005 6:31 am

Re: ubuntu install?

Post by marsh »

With another linux, I use /usr/local/bin for programs and scripts- to help distinguish them from ones built into OS.
Also, it is possible to run files without installation from a /home/user/folder (with permissions set as executable)
./programname
./scriptname
or
sh scriptname
BabaG
Posts: 150
Joined: Sat Mar 03, 2007 6:41 am

Re: ubuntu install?

Post by BabaG »

thanks, marsh.
Post Reply