📖
Isu's Wiki
  • Welcome to Isu's Wiki
  • Linux
    • SSH Automatic Login
    • Nginx HTTPS
    • Nginx Login Page
    • OpenVPN Server
    • PPTP Client Settings
    • LVM Allocation
    • Partition and Mount
    • Vagrant and VirtualBox
    • Bind9 SRV Record
    • Git Two Remote
    • ESXi Nvidia - 525.89.02
    • Install Qemu
    • Recover network (no netplan, iproute2)
  • Kubernetes
    • Kubernetes Reset
    • x509 Certificate Renewal
  • LaTeX
    • Code Snippet with Box in LaTeX
  • Go
    • [gRPC] Generate .pb.go from .proto
  • eBPF
    • [Kprobe] Get Argument Values
    • [Cilium] TroubleShooting
    • [Python] Install BCC
  • MicroStack
    • [Microstack] Add Image
    • [Microstack] Quota Manage
    • [Microstack] Security Group
    • [Microstack] Overcommit Resources
  • CentOS
    • Change Interface Name
    • Install Vagrant with vagrant-libvirt
  • OpenStack
    • [Nova] noVNC not working
    • [Basic] OpenStack Installation
    • [Magnum] TroubleShooting
Powered by GitBook
On this page
  • 1. Install VirtualBox
  • 1. Install Qemu
  • 2. Install Vagrant
  1. Linux

Vagrant and VirtualBox

Install Vagrant and VirtualBox

PreviousPartition and MountNextBind9 SRV Record

Last updated 9 months ago

Provider can be VirtualBox or Qemu, choose the one that fits into your environment:

On ESXi VM, VirtualBox seems not to be supported, therefore use qemu.

1. Install VirtualBox

Visit . Find the one that fits into your environment. For me, I am using Ubuntu 22.04, so download .deb file.

wget https://download.virtualbox.org/virtualbox/7.0.8/virtualbox-7.0_7.0.8-156879~Ubuntu~jammy_amd64.deb

Then use dpkg (or yum for CentOS), for installing the package.

sudo dpkg -i virtualbox-7.0_7.0.8-156879~Ubuntu~jammy_amd64.deb

When this gets you depdenency errors, fix broken using:

sudo apt --fix-broken install

Add this current user to vboxusers group

sudo usermod -aG vboxusers $USER

Then verify the installation

virtualbox --version

1. Install Qemu

sudo apt-get install -y qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils

2. Install Vagrant

sudo apt-get install vagrant

https://www.virtualbox.org/wiki/Linux_Downloads