-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Jul 26, 2007 at 12:01:38PM -0400, Chuck Gelm wrote: > appended > "deb http://www.virtualbox.org/debian feisty non-free" > to end of /etc/apt/sources.list >
I'm not running ubuntu here, and I don't own a x64 system. Having said that however, ubuntu is debian-based, and the procedures for administering a x64 system should be the same as those for a x86 system. So, having said that, did you run apt-get update after modifying /etc/apt/sources.list? > apt-key add innotek.asc > > gpg: can't open 'annotek.asc': No such file or directory. > > ----- Before you do that, you need to have a file called innotek.asc in your current working directory, which contains innotek's gpg key. Also, I'm not sure if there was a typo or not, but your command-line referred to a file innotek.asc, while the gpg error referred to a file called annotek.asc. If this is a typo, then that's understandable. If you were using copy/paste, and this is really the output that gpg returned, then something really strange is going on here. > Additionally; page 17 of the documentation, '2 Installation': > > dpkg -i virtualbox_1.4.0-21864_Ubuntu_feisty_i386.deb > > (Reading database ... 88659 files and directories currently installed.) > Preparing to replace virtualbox 1.4.0-21864_Ubuntu_feisty (using > virtualbox_1.4.0-21864_Ubuntu_feisty_i386.deb) ... > Unpacking replacement virtualbox ... > (Reading database ... 88659 files and directories currently installed.) > Preparing to replace virtualbox 1.4.0-21864_Ubuntu_feisty (using > virtualbox_1.4.0-21864_Ubuntu_feisty_i386.deb) ... > virtualbox-puel-1-2 license has already been accepted. > Unpacking replacement virtualbox ... > dpkg: dependency problems prevent configuration of virtualbox: > virtualbox depends on libqt3-mt (>= 3:3.3.8really3.3.7); however: > Package libqt3-mt is not installed. > virtualbox depends on libxalan110; however: > Package libxalan110 is not installed. > virtualbox depends on libxerces27; however: > Package libxerces27 is not installed. > dpkg: error processing virtualbox (--install): > dependency problems - leaving unconfigured > Errors were encountered while processing: > virtualbox > ----- > It looks like you're missing some dependencies. If you really want to use dpkg -i to install by hand, then you'll need to install the missing dependencies first. Since virtualbox seems to be partly installed anyway, just running apt-get --fix-missing install virtualbox may clear things up for you. This is off the top of my head, and I haven't actually tried that syntax, so I maybe wrong here. The easiest way of installing virtualbox from scratch, as someone else already partly pointed out would have been to add the necessary line to /etc/apt/sources.list as you've already done, run apt-get update and run apt-get install virtualbox I would suggest that you find ubuntu's documentation on package management, and read up on that. Hth. Greg > - -- web site: http://www.romuald.net.eu.org gpg public key: http://www.romuald.net.eu.org/pubkey.asc skype: gregn1 (authorization required, add me to your contacts list first) - -- Free domains: http://www.eu.org/ or mail [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGqNsS7s9z/XlyUyARAvDUAKCSAGBvf6aERgC6XezIR0LKFx5VlQCdEJkC uB+Y3whfeGQCLjbVaF9LTaE= =WSwn -----END PGP SIGNATURE----- _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
