нехочет он переставлять без этих библиотек.
dpkg -i virtualbox-3.2_3.2.8-64453~Ubuntu~lucid_amd64.deb
(Reading database ... 139199 files and directories currently installed.)
Preparing to replace virtualbox-3.2 3.2.8-64453~Ubuntu~lucid (using virtualbox-3.2_3.2.8-64453~Ubuntu~lucid_amd64.deb) ...
Unpacking replacement virtualbox-3.2 ...
dpkg: dependency problems prevent configuration of virtualbox-3.2:
virtualbox-3.2 depends on libcurl3 (>= 7.16.2-1); however:
Package libcurl3 is not installed.
virtualbox-3.2 depends on libqt4-opengl (>= 4:4.5.3); however:
Package libqt4-opengl is not installed.
dpkg: error processing virtualbox-3.2 (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for desktop-file-utils ...
Processing triggers for python-support ...
Errors were encountered while processing:
virtualbox-3.2
apt-get install libcurl3
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
virtualbox-3.2: Depends: libqt4-opengl (>= 4:4.5.3) but it is not going to be installed
Recommends: libsdl-ttf2.0-0 but it is not going to be installed
Recommends: pdf-viewer
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Пользователь решил продолжить мысль 09 Августа 2010, 18:33:59:
оказываться надо было все сразу ставить.
sudo apt-get install libcurl3 libqt4-opengl
и все обратно стало запускаться )