Virtual Box 5.2 on Ubuntu install not finding dependencies

Discussions related to using VirtualBox on Linux hosts.
Post Reply
vk_
Posts: 6
Joined: 13. Nov 2017, 11:27

Virtual Box 5.2 on Ubuntu install not finding dependencies

Post by vk_ »

Hi,

just tried to install Virtual Box on Ubuntu 14.04 LTS . The dep install failes because of many missing dependencies(e.g. Java 9)

Is there a List of depencies needed for VB 5.2 on a Linux Installation ?

Regars,
VK
And no Java 9 is not mentioned with dpkg -i
Last edited by vk_ on 13. Nov 2017, 11:39, edited 1 time in total.
towo2099
Volunteer
Posts: 362
Joined: 18. Aug 2014, 21:53
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Android, Linux

Re: Virtual Box 5.2 on Ubuntu install not finding dependencies

Post by towo2099 »

If you have really used the package for ubuntu 14.04, the deps should fit.
vk_
Posts: 6
Joined: 13. Nov 2017, 11:27

Re: Virtual Box 5.2 on Ubuntu install not finding dependencies

Post by vk_ »

lsb_release -a shows

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty

So I did
sudo apt-get install
./virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb

would that be right ?
towo2099
Volunteer
Posts: 362
Joined: 18. Aug 2014, 21:53
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Android, Linux

Re: Virtual Box 5.2 on Ubuntu install not finding dependencies

Post by towo2099 »

And you get what output after your command?
vk_
Posts: 6
Joined: 13. Nov 2017, 11:27

Re: Virtual Box 5.2 on Ubuntu install not finding dependencies

Post by vk_ »

thousands of

E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'oracle-java9-bin' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'oracle-java9-fonts' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'oracle-java9-jdk' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'oracle-java9-jre' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'oracle-java9-plugin' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'oracle-java9-unlimited-jce-policy' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'mqttfx' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'liboce-ocaf-lite9' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'liboce-foundation9' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'liboce-modeling9' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'icaclient' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'libwebkit-1.0-2' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'visicut' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'liboce-visualization9' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'libqtkeychain1' was not found
E: Release 'virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb' for 'liboce-ocaf9' was not found

as you can see many have nothing to do with Virtual Box at all (this is diffcult to log so just e few)
towo2099
Volunteer
Posts: 362
Joined: 18. Aug 2014, 21:53
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Android, Linux

Re: Virtual Box 5.2 on Ubuntu install not finding dependencies

Post by towo2099 »

try

Code: Select all

apt-get update && dpkg -i /path/to/virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb && apt-get -f install
vk_
Posts: 6
Joined: 13. Nov 2017, 11:27

Re: Virtual Box 5.2 on Ubuntu install not finding dependencies

Post by vk_ »

Selecting previously unselected package virtualbox-5.2.
dpkg: regarding .../virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb
containing virtualbox-5.2:
virtualbox-5.2 conflicts with virtualbox
virtualbox-5.1 provides virtualbox and is present and installed.

dpkg: error processing archive
./virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb (--install):
conflicting packages - not installing virtualbox-5.2
Errors were encountered while processing:
./virtualbox-5.2_5.2.0-118431~Ubuntu~trusty_amd64.deb

should I deinstall the old Version ? is that expected behavoier of the Installation ?
towo2099
Volunteer
Posts: 362
Joined: 18. Aug 2014, 21:53
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Android, Linux

Re: Virtual Box 5.2 on Ubuntu install not finding dependencies

Post by towo2099 »

should I deinstall the old Version ?
Yes.
is that expected behavoier of the Installation ?
Yes.
vk_
Posts: 6
Joined: 13. Nov 2017, 11:27

Re: Virtual Box 5.2 on Ubuntu install not finding dependencies

Post by vk_ »

odd so far updates has been working for me on all Kind of Hosts thought

update worked now fine thanks for your fast replies !!!
Post Reply