oktatas:linux:virtualizalas:virtualbox:telepites_debian_gnu_linux_9.x_rendszeren
Tartalomjegyzék
VirtualBox telepítése Debian GNU/Linux 9.x rendszeren
- Szerző: Sallai András
- Copyright © 2018, Sallai András
- Szerkesztve: 2018, 2019
- Licenc: CC BY-SA 4.0
- Web: https://szit.hu
Beszerzés
Debian csomag letölthető a VirtualBox weblapjáról:
Viszont a most következő leíráshoz ez nem szükséges.
Szükséges csomagok
A következő csomagok majd a kernelmodulhoz kellenek:
apt install linux-headers-amd64 linux-headers-4.9.0-7-amd64 apt install gcc make perl apt install apt-transport-https
VirtualBox telepítése
Vegyük fel a /etc/apt/sources.list fájlba:
deb https://download.virtualbox.org/virtualbox/debian stretch contrib
Csomagok aláírásának telepítése:
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
Csomaginformációk frissítése:
apt update
A tényleges telepítés:
apt install virtualbox-6.0
Kernel modul telepítése
/sbin/vboxconfig
Az alábbihoz hasonló kimenete látunk:
Created symlink /etc/systemd/system/multi-user.target.wants/vboxdrv.service → /lib/systemd/system/vboxdrv.service. Created symlink /etc/systemd/system/multi-user.target.wants/vboxballoonctrl-service.service → /lib/systemd/system/vboxballoonctrl-service.service. Created symlink /etc/systemd/system/multi-user.target.wants/vboxautostart-service.service → /lib/systemd/system/vboxautostart-service.service. Created symlink /etc/systemd/system/multi-user.target.wants/vboxweb-service.service → /lib/systemd/system/vboxweb-service.service. vboxdrv.sh: Stopping VirtualBox services. vboxdrv.sh: Starting VirtualBox services. vboxdrv.sh: Building VirtualBox kernel modules.
A vboxconfig ekkor telepíti a VirtualBox kernelmoduljait. Néhány percig eltarthat, amíg visszaadja a várakozási-jelet.
Extension Pack
Beszerzés
A webhelyről beszerezhető a legújabb csomag:
Keressük meg a „VirtualBox 6.0.4 Oracle VM VirtualBox Extension Pack” fejezetet. Kattintsuk a „All supported platforms” linkre.
Parancssorból
Telepítés parancssorból:
VBoxManage extpack install https://download.virtualbox.org/virtualbox/6.0.4/Oracle_VM_VirtualBox_Extension_Pack-6.0.4.vbox-extpack
Függelék
Tároló paranccsal felvéve
A tárolót így is felvehetjük:
add-apt-repository 'deb https://download.virtualbox.org/virtualbox/debian stretch contrib'
oktatas/linux/virtualizalas/virtualbox/telepites_debian_gnu_linux_9.x_rendszeren.txt · Utolsó módosítás: 2023/08/20 23:07 szerkesztette: admin