-I done a fresh install of Ubuntu 20.04, all software is up to date. All looks well.
-I went to the virtualbox website and downloaded
Virtualbox 6.1_6.1.16-140961~ubuntu~eoan_amd64.deb
-Once downloaded i then hit "install" and i get the error message-"unable to install virtualbox 6.1:the following packages have unmet dependancies;"
-Ive also tried to install this using the terminal application (using info i found online). So in my downloads folder i see the download from virtualbox, clisk a blank space and select "open in terminal".
Type
sudo su
command then enter passwordtype
ls
and i get the response 'virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64(1).deb
'type
Code: Select all
dpkg -i virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64(1).deb 'virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64(1).deb'
Code: Select all
emsys@emsys:~/Downloads$ sudo su
[sudo] password for emsys:
root@emsys:/home/emsys/Downloads# ls
'virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64(1).deb'
Code: Select all
root@emsys:/home/emsys/Downloads# dpkg -i virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64(1).deb
bash: syntax error near unexpected token `('
Code: Select all
root@emsys:/home/emsys/Downloads# dpkg -i virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64.deb
dpkg: error: cannot access archive 'virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64.deb': No such file or directory
Code: Select all
root@emsys:/home/emsys/Downloads# dpkg -i virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64(1).deb'virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64(1).deb'
bash: syntax error near unexpected token `('
Code: Select all
root@emsys:/home/emsys/Downloads# dpkg -i 'virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64(1).deb'
Selecting previously unselected package virtualbox-6.1.
(Reading database ... 182368 files and directories currently installed.)
Preparing to unpack virtualbox-6.1_6.1.14-140239~Ubuntu~eoan_amd64(1).deb ...
Unpacking virtualbox-6.1 (6.1.14-140239~Ubuntu~eoan) ...
dpkg: dependency problems prevent configuration of virtualbox-6.1:
virtualbox-6.1 depends on libqt5core5a (>= 5.12.2); however:
Package libqt5core5a is not installed.
virtualbox-6.1 depends on libqt5gui5 (>= 5.4.0) | libqt5gui5-gles (>= 5.4.0); however:
Package libqt5gui5 is not installed.
Package libqt5gui5-gles is not installed.
virtualbox-6.1 depends on libqt5opengl5 (>= 5.0.2); however:
Package libqt5opengl5 is not installed.
virtualbox-6.1 depends on libqt5printsupport5 (>= 5.0.2); however:
Package libqt5printsupport5 is not installed.
virtualbox-6.1 depends on libqt5widgets5 (>= 5.12.2); however:
Package libqt5widgets5 is not installed.
virtualbox-6.1 depends on libqt5x11extras5 (>= 5.6.0); however:
Package libqt5x11extras5 is not installed.
virtualbox-6.1 depends on libsdl1.2debian (>= 1.2.11); however:
Package libsdl1.2debian is not installed.
virtualbox-6.1 depends on python (<< 2.8); however:
Package python is not installed.
virtualbox-6.1 depends on python (>= 2.7); however:
Package python is not installed.
virtualbox-6.1 depends on python:any (>= 2.6.6-7~); however:
dpkg: error processing package virtualbox-6.1 (--install):
dependency problems - leaving unconfigured
Processing triggers for systemd (245.4-4ubuntu3.2) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for shared-mime-info (1.15-1) ...
Errors were encountered while processing:
virtualbox-6.1
root@emsys:/home/emsys/Downloads#