S sudo apt install build-essential linux-headers-amd64
$ cd Downloads/ #or wherever the .run file was put
$ sudo chmod +x VirtualBox*.run #previously downloaded from Oracle --> "For all distributions" so does not depend on the problematic libs
$ sudo ./VirtualBox*.run
$ vboxversion=$(wget -qO - https://download.virtualbox.org/virtualbox/LATEST.TXT)
$ wget "https://download.virtualbox.org/virtualbox/${vboxversion}/Oracle_VM_VirtualBox_Extension_Pack-${vboxversion}.vbox-extpack"
$ sudo vboxmanage extpack install --replace Oracle_VM_VirtualBox_Extension_Pack-${vboxversion}.vbox-extpack
$ sudo usermod -aG vboxusers [username]
# cat /etc/apt/sources.list.d/unstable.list
deb http://ftp.cz.debian.org/debian/ unstable main contrib
# cat /etc/apt/preferences.d/limit-unstable
Package: *
Pin: release a=unstable
Pin-Priority: 100
# apt-get update
# apt-get install virtualbox-qt
drasar wrote:Just setup APT pinning from unstable
Head_on_a_Stick wrote:drasar wrote:Just setup APT pinning from unstable
If the VB package in sid moves to a higher glibc version dependency than is available in bullseye (which is likely at some point) then that method can break your system in a very fundamental way.
drasar wrote:I'm using this configuration over a year and no issues except above observed
Return to System configuration
Users browsing this forum: No registered users and 23 guests