Use Virtualbox on Debian Bullseye
Posted: 21. Sep 2020, 09:58
Hi guys,
I've been using Virtualbox on my Debian testing (Debian 11) for a while using the official Debian 10 package. Since last OS update, dependencies are not meet any more. Using GDebi, output says that virtual box deb package is unable to find libvpx5 dependency on my system. libvpx5 is not present on Debian testing, but I've been able to install it using stable backports, now Virtualbox package is looking for (python <= ) package: I've already installed python2 package on my system and now im able to use python 2.8 by running the command python2
However, since package name isn't the same how can I force Virtualbox to look for python2 package instead?
Thanks in advance
I've been using Virtualbox on my Debian testing (Debian 11) for a while using the official Debian 10 package. Since last OS update, dependencies are not meet any more. Using GDebi, output says that virtual box deb package is unable to find libvpx5 dependency on my system. libvpx5 is not present on Debian testing, but I've been able to install it using stable backports, now Virtualbox package is looking for (python <= ) package: I've already installed python2 package on my system and now im able to use python 2.8 by running the command python2
Code: Select all
nolddor@computer:~$ sudo gdebi '~/Downloads/virtualbox-6.1_6.1.14-140239~Debian~buster_amd64.deb'
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
Unable to install this package
Dependency is not satisfiable: python (< 2.8)
nolddor@computer:~$ python2 --version
Python 2.7.18
nolddor@computer:~$ apt list python2
Listing... Done
python2/testing,now 2.7.18-2 amd64 [installed, automatic]
python2/testing 2.7.18-2 i386
nolddor@computer:~$ apt list python
Listing... Done
Thanks in advance