Virtualbox and python3 in ubuntu 20.04
Posted: 4. Oct 2020, 20:13
I have this strange problem: i have upgraded recently from ubuntu 18.04 to 20.04.1 .. Then i had many python2 packages that were orphan and deprecated in ubuntu. So i deleted them.
Uninstallling this packages make that virtualbox was uninstalled also for dependencies.
Then i tried to install again latest version of virttualbox ( 6.1.14) and i got this message:
So i have to turn back to python2.
But if i install virtualbox 6.1.10 from ubuntu repositories, i got no problems, i installed 6.1.10 without any additional problems. Package virtualbox in ubuntu 20.04 from official repositories
Now i wanted to try to upgrade if i was lucky from 61.10 ( ubuntu repo) to 6.1.14 ( oracle repo) but again im facing the problem above ( requires python2 to install vbox latest version from oracle repos).
Is there any way to use python3 only with vbox in Ubuntu 20.04
Thanks
Uninstallling this packages make that virtualbox was uninstalled also for dependencies.
Then i tried to install again latest version of virttualbox ( 6.1.14) and i got this message:
Code: Select all
eduardo@MiPcLinux:~$ sudo apt install virtualbox-6.1 --simulate
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Los paquetes indicados a continuación se instalaron de forma automática y ya no son necesarios.
libgsoap-2.8.91 virtualbox-dkms
Utilice «sudo apt autoremove» para eliminarlos.
Se instalarán los siguientes paquetes adicionales:
python-is-python2
Los siguientes paquetes se ELIMINARÁN:
python-is-python3 virtualbox virtualbox-qt
Se instalarán los siguientes paquetes NUEVOS:
python-is-python2 virtualbox-6.1
0 actualizados, 2 nuevos se instalarán, 3 para eliminar y 0 no actualizados.
Remv python-is-python3 [3.8.2-4]
Remv virtualbox-qt [6.1.10-dfsg-1~ubuntu1.20.04.1]
Remv virtualbox [6.1.10-dfsg-1~ubuntu1.20.04.1]
Inst python-is-python2 (2.7.17-4 Ubuntu:20.04/focal [all])
Inst virtualbox-6.1 (6.1.14-140239~Ubuntu~eoan Oracle Corporation:download.virtualbox.org [amd64])
Conf python-is-python2 (2.7.17-4 Ubuntu:20.04/focal [all])
Conf virtualbox-6.1 (6.1.14-140239~Ubuntu~eoan Oracle Corporation:download.virtualbox.org [amd64])But if i install virtualbox 6.1.10 from ubuntu repositories, i got no problems, i installed 6.1.10 without any additional problems. Package virtualbox in ubuntu 20.04 from official repositories
Now i wanted to try to upgrade if i was lucky from 61.10 ( ubuntu repo) to 6.1.14 ( oracle repo) but again im facing the problem above ( requires python2 to install vbox latest version from oracle repos).
Is there any way to use python3 only with vbox in Ubuntu 20.04
Thanks