Still no luck.  When I do:   ./unetbootin-linux-344  I get:

./unetbootin-linux-344: error while loading shared libraries:
libpng12.so.0: cannot open shared object file: No such file or directory

I looked for libpng in Synaptic and I find:  libpng12-0 is installed.
I looked for libpng12.so.0, Synaptic can't find it.

So I tried the debian version unetbootin_323-1_amd64 using: dpkg -i and I get:

dpkg: dependency problems prevent configuration of unetbootin:
unetbootin depends on libqt4-network (>= 4.5.1); however:
 Version of libqt4-network on system is 4.4.3-1.
unetbootin depends on libqtcore4 (>= 4.5.1); however:
 Version of libqtcore4 on system is 4.4.3-1.
unetbootin depends on libqtgui4 (>= 4.5.1); however:
 Version of libqtgui4 on system is 4.4.3-1.
dpkg: error processing unetbootin (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
unetbootin

I am using debian lenny 5.01 amd64. I have a full set of repositories, including contrib and non-free, but they don't seem to have the latest version of the above dependencies. I don't want to go to squeeze or sid because the last time I did that I ended up with KDE4 and it was too buggy for me.

I'll keep at it and let you know.

Thanks for the help.

Phil

----- Original Message ----- From: "Carl Lowenstein" <carl.lowenst...@gmail.com>
To: "Friendly list for people new to Linux" <kplug-newbie@kernel-panic.org>
Sent: Tuesday, June 02, 2009 9:21 AM
Subject: Re: Installation to a USB


On Tue, Jun 2, 2009 at 7:45 AM, Phil Mullane <pmull...@san.rr.com> wrote:
I've tried Unetbootin and the link provided earlier
http://lifehacker.com/245087/how-to-install-ubuntu-linux-on-a-flash-drive,
without any success so far.

With Unetbootin, I downloaded it to my desktop and was unable to get it to
do anything. I'd click on it and nothing would happen. I tried to open it
with Archive Manager and got: Could not open "unetbootin-linux-344" Archive
type not supported. I suppose this is because it is a "bin" file, but I
don't know enough about "bin".

unetbootin-linux-344 is an executable file, not any kind of archive.
It must be run with root privilege.

This is probably a job for command-line rather than GUI. I can coach
you through the command-line procedure.

Open a terminal window.

$ cd ~/Desktop
$ ls -l unetbootin*     # you should get something like this, with of course
                       # a different user name and release number.

-rwxrwxr-x 1 cdl cdl 3801972 May 17 21:06 unetbootin-linux-323

                       # if it is not executable (rwxrwxr-x) make it so
$ chmod +x unetbootin*
                       # now run the program as root
$ sudo ./unetbootin*
                       # you will be asked for your password
                       #  and unetbootin will do its thing.


   carl
--
   carl lowenstein         marine physical lab     u.c. san diego
                                                clowenst...@ucsd.edu

--
KPLUG-Newbie@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie


--
KPLUG-Newbie@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie

Reply via email to