LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Having trouble installing unetbootin... (https://www.linuxquestions.org/questions/slackware-14/having-trouble-installing-unetbootin-887972/)

Robert.Thompson 06-23-2011 01:30 PM

Having trouble installing unetbootin...
 
Hello:

Sorry for this...

I can't seen to come up with the correct command to install my downloaded unetbootin-linux-549 file.

I have tried: 'install', './' and 'sh'. I also tried 'double-clicking' it.

Somehow, I was able to install it on my Slackware Laptop some time ago. Now I am trying to install it on my 64-bit desktop running Slackware 13.37.

Any help would be appreciated.

ponce 06-23-2011 01:44 PM

unetbootin is a 32bit app, so you need to go multilib first (if you haven't already) to run it under 64bit.

after I think this should do:

from a normal user terminal window (under X)
Code:

$ xhost +localhost
$ su -

then
Code:

# file unetbootin-linux-549
unetbootin-linux-549: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, stripped
# chmod +x unetbootin-linux-549
# export DISPLAY=localhost:0.0
# ./unetbootin-linux-549

the xhost is to allow connection from localhost to the X display and the export for root is to connect at the first local display: that's because you have to run an X app as root under an X session owned by your user.

it's worth to mention that there are also tools to run directly applications as root that use polkit, like kdesu under kde or (the one I'm using) gksu-polkit (needs vala and libgee).

EDIT: sorry for the question, just curiosity: what do you use unetbootin for?

Robert.Thompson 06-23-2011 02:05 PM

Quote:

Originally Posted by ponce (Post 4393942)
unetbootin is a 32bit app, so you need to go multilib first (if you haven't already) to run it under 64bit.

Thanks, Ponce.

I think that 'going multilib' is way over my head.

I read Alien Bob's "multilib packages & build instructions" page and there is just too much stuff that I don't understand or know about - maybe later.

Thanks again for your time.

Marking as 'SOLVED'.

aszabo 06-23-2011 02:50 PM

Although the problem is solved, perhaps there is somebody here who is still interested in it: I made a slackware 13.1 package for unetbootin that is to find here:
http://www.dia-tech.net:8080/linux/S...-i486-1SzA.tgz


All times are GMT -5. The time now is 07:01 AM.