Page 1 of 1

install xnview on ubuntu

Posted: Sun May 06, 2007 11:27 pm
by sisqonrw
hi
how can i install xnview on ubuntu.
i have download and unpackt.

but ther is no how-to-install-file

Posted: Mon May 07, 2007 12:20 am
by marsh
After unarchiving, the "install" file needs be set to executable ("chmod +x install" -this function should be in many file managers). Then type "sudo ./install". Run by typing "xnview" in terminal.

Posted: Mon May 07, 2007 8:13 pm
by sisqonrw
can u tell me please the exact chmod command. thx

Posted: Fri Sep 14, 2007 12:32 am
by Olive
Right click the file then "properties", "permission" tab, then tick "allow executing file as program".
I believe you'd be better off with the Windows version on Wine though.

Posted: Fri Nov 02, 2007 5:29 pm
by Darkn00b
How about using alien to convert the .RPM to .DEB and installing by double-clicking? That's how I do it. :)

Plus, I refuse to use wine...

Posted: Sun Nov 04, 2007 4:37 pm
by Cambuci-RJ
# alien -d xnview*.rpm
# dpkg -i xnview*.deb
(# = root )

Posted: Sun Jun 15, 2008 8:51 am
by carusoswi
Olive wrote:Right click the file then "properties", "permission" tab, then tick "allow executing file as program".
I believe you'd be better off with the Windows version on Wine though.
Ok, I right-clicked, changed the permission, then, what? Typing sudo ./install did not work. What am I missing?

I'm running Ubuntu 8.04. Wine is broken in my 8.04 (and for other users, I hear).

Caruso

Posted: Tue Jun 17, 2008 3:27 am
by marsh
>carusoswi
You may be able to run old version without installing it. Try ignoring the "install" file and find & run "xnview" from a normal user directory with file manager (I'm using "xfe" when trying this- it has better unarchiving functions than some others).

Aside: About 50% of Windows users download installers. For Linux, a "deb" package is expected .

Posted: Tue Jun 17, 2008 9:13 am
by bernard decock
carusoswi wrote:
Olive wrote:Right click the file then "properties", "permission" tab, then tick "allow executing file as program".
I believe you'd be better off with the Windows version on Wine though.
Ok, I right-clicked, changed the permission, then, what? Typing sudo ./install did not work. What am I missing?

I'm running Ubuntu 8.04. Wine is broken in my 8.04 (and for other users, I hear).

Caruso
XnView is running fine under Wine. However if one installs either XnView-x86-unknown-linux2.x-static-fc4.tgz or from XnView-static-fc4.i386.rpm) you only get a dialog
(XnView v.17) with 3 entries; File Option Info, where the Wine-install gives you a full
XnView-dialog. Anyway, the wine-install runs fine.

WINE = "Wine Is Not an Emulator"

Posted: Wed Jul 16, 2008 10:20 pm
by oops66
Darkn00b wrote:....
Plus, I refuse to use wine...
This is not always a good idea !

Myth 1: "Wine is slow because it is an emulator"
*... As Wine's name says: "Wine Is Not an Emulator": ...
* ...a well written Windows application can beat a badly written Unix application at any time. The efficiency of the algorithms used by the application will have a greater impact on its performance than Wine...
Myth 2:"Wine is bad for Linux"...
Myth n: .....

see here:
http://www.winehq.org/site/myths

Posted: Fri Oct 17, 2008 7:10 pm
by Cambuci-RJ