Trying to get VB up and running on Ubuntu 12.04 LTS. Keep running into an issue with libs. I am running off of the Virtualbox how-to on: www.ossdoc/2012/10/installing-newest-virtualbox-424-on.html. Here is what happens:
sandbox@Sandbox:~$ wget -q http://download.virtualbox.org/virtu...racle_vbox.asc -O- | sudo apt-key add -
OK
sandbox@Sandbox:~$ sudo apt-get update
Hit http://download.virtualbox.org precise Release.gpg
Ign http://download.virtualbox.org/virtualbox/debian/ precise/contrib Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid-updates Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
Hit http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
Hit http://download.virtualbox.org precise Release
Hit http://us.archive.ubuntu.com lucid Release
Hit http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/webupd8team/java/ubuntu/ lucid/main Translation-en_US
Hit http://download.virtualbox.org precise/contrib Packages
Hit http://security.ubuntu.com lucid-security Release
Hit http://us.archive.ubuntu.com lucid-updates Release
Hit http://us.archive.ubuntu.com lucid/main Packages
Hit http://us.archive.ubuntu.com lucid/restricted Packages
Hit http://us.archive.ubuntu.com lucid/main Sources
Hit http://us.archive.ubuntu.com lucid/restricted Sources
Hit http://us.archive.ubuntu.com lucid/universe Packages
Hit http://ppa.launchpad.net lucid Release
Hit http://security.ubuntu.com lucid-security/main Packages
Hit http://us.archive.ubuntu.com lucid/universe Sources
Hit http://us.archive.ubuntu.com lucid/multiverse Packages
Hit http://us.archive.ubuntu.com lucid/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/main Packages
Hit http://us.archive.ubuntu.com lucid-updates/restricted Packages
Hit http://us.archive.ubuntu.com lucid-updates/main Sources
Hit http://us.archive.ubuntu.com lucid-updates/restricted Sources
Hit http://us.archive.ubuntu.com lucid-updates/universe Packages
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/main Sources
Hit http://security.ubuntu.com lucid-security/restricted Sources
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://security.ubuntu.com lucid-security/universe Sources
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://security.ubuntu.com lucid-security/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/universe Sources
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Packages
Hit http://ppa.launchpad.net lucid/main Packages
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Sources
Reading package lists... Done
W: Duplicate sources.list entry http://download.virtualbox.org/virtualbox/debian/ precise/contrib Packages (/var/lib/apt/lists/download.virtualbox.org_virtualbox_debian_dists_pr ecise_contrib_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
sandbox@Sandbox:~$ sudo apt-get install virtualbox-4.2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
virtualbox-4.2: Depends: libc6 (>= 2.15) but 2.11.1-0ubuntu7.12 is to be installed
Depends: libpython2.7 (>= 2.7) but it is not installable
Depends: libqt4-opengl (>= 4:4.7.2) but it is not going to be installed
Depends: libqtcore4 (>= 4:4.8.0) but 4:4.6.2-0ubuntu5.6 is to be installed
Depends: libqtgui4 (>= 4:4.8.0) but it is not going to be installed
Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
Depends: libstdc++6 (>= 4.6) but 4.4.3-4ubuntu5.1 is to be installed
E: Broken packages
sandbox@Sandbox:~$
What do I need to install? I did try to install Python, that did not seem to work.
J3
sandbox@Sandbox:~$ wget -q http://download.virtualbox.org/virtu...racle_vbox.asc -O- | sudo apt-key add -
OK
sandbox@Sandbox:~$ sudo apt-get update
Hit http://download.virtualbox.org precise Release.gpg
Ign http://download.virtualbox.org/virtualbox/debian/ precise/contrib Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid-updates Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
Hit http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
Hit http://download.virtualbox.org precise Release
Hit http://us.archive.ubuntu.com lucid Release
Hit http://ppa.launchpad.net lucid Release.gpg
Ign http://ppa.launchpad.net/webupd8team/java/ubuntu/ lucid/main Translation-en_US
Hit http://download.virtualbox.org precise/contrib Packages
Hit http://security.ubuntu.com lucid-security Release
Hit http://us.archive.ubuntu.com lucid-updates Release
Hit http://us.archive.ubuntu.com lucid/main Packages
Hit http://us.archive.ubuntu.com lucid/restricted Packages
Hit http://us.archive.ubuntu.com lucid/main Sources
Hit http://us.archive.ubuntu.com lucid/restricted Sources
Hit http://us.archive.ubuntu.com lucid/universe Packages
Hit http://ppa.launchpad.net lucid Release
Hit http://security.ubuntu.com lucid-security/main Packages
Hit http://us.archive.ubuntu.com lucid/universe Sources
Hit http://us.archive.ubuntu.com lucid/multiverse Packages
Hit http://us.archive.ubuntu.com lucid/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/main Packages
Hit http://us.archive.ubuntu.com lucid-updates/restricted Packages
Hit http://us.archive.ubuntu.com lucid-updates/main Sources
Hit http://us.archive.ubuntu.com lucid-updates/restricted Sources
Hit http://us.archive.ubuntu.com lucid-updates/universe Packages
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/main Sources
Hit http://security.ubuntu.com lucid-security/restricted Sources
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://security.ubuntu.com lucid-security/universe Sources
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://security.ubuntu.com lucid-security/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/universe Sources
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Packages
Hit http://ppa.launchpad.net lucid/main Packages
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Sources
Reading package lists... Done
W: Duplicate sources.list entry http://download.virtualbox.org/virtualbox/debian/ precise/contrib Packages (/var/lib/apt/lists/download.virtualbox.org_virtualbox_debian_dists_pr ecise_contrib_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
sandbox@Sandbox:~$ sudo apt-get install virtualbox-4.2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
virtualbox-4.2: Depends: libc6 (>= 2.15) but 2.11.1-0ubuntu7.12 is to be installed
Depends: libpython2.7 (>= 2.7) but it is not installable
Depends: libqt4-opengl (>= 4:4.7.2) but it is not going to be installed
Depends: libqtcore4 (>= 4:4.8.0) but 4:4.6.2-0ubuntu5.6 is to be installed
Depends: libqtgui4 (>= 4:4.8.0) but it is not going to be installed
Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
Depends: libstdc++6 (>= 4.6) but 4.4.3-4ubuntu5.1 is to be installed
E: Broken packages
sandbox@Sandbox:~$
What do I need to install? I did try to install Python, that did not seem to work.
J3