Skip to main content
How to Install Virtualbox on Elementary OS Odin
  1. Posts/

How to Install Virtualbox on Elementary OS Odin

·131 words·1 min·
Linux Virtualization Tutorial
May Meow
Author
May Meow
MayMeow is a developer and cybersecurity enthusiast with a passion for cryptography, DevSecOps, and open-source contributions. They enjoy creating tools that strengthen digital security, blending creativity and technology to innovate in fields like PHP and .NET. Always exploring new frontiers in tech, MayMeow is dedicated to safeguarding the digital landscape through their work.

Is here is the guide.

FIrst of all go to Virtualbox site. Click downloads and download .deb. (as you know Elementary OS is ubuntu based system).

Next step is open terminal and install virtual box as follows

cd Downloads
sudo apt install ./virtualbox-6.1_6.1.26-145957\~Ubuntu\~eoan_amd64.deb # use filename of your downloaded deb file

Done? No. I go into errors about that the my OS was not configured to build headers so i had to installed them manually:

sudo apt search linux-headers-$(uname -r)

And run vboxconfig to configure your virtualbox.

sudo /sbin/vboxconfig  

One more step is needed. Install guest extensions. so:

Install extension pack from Virtualbox downloads. I have got USB 2.0 errors until installed.

Thats all. You can now download virtual machine or install your own from ISO file.

Have a nice day!

Reply by Email

Related

Xfce Terminal Color Emoji
·133 words·1 min
Tutorial Linux Xfce 100DaysToOffload
Initial Server Setup on Cloud Services
·398 words·2 mins
Administration Fundamentals Linux Ubunutu Tutorial
Sending Exit Code Over Curl
·272 words·2 mins
Linux Administration Notification Monitoring