Please enable JavaScript.
Coggle requires JavaScript to display documents.
Linux Env.Setup - Coggle Diagram
Linux Env.Setup
-
Virtualbox
👨🍳Recipes
Installation
-
CentOs
- Download build-tools for compiling
vboxdrv kernel module:
kernel-devel kernel-devel-$(uname -r) kernel-headers kernel-headers-$(uname -r) make patch gcc
- Download Oracle Linux repo file to
/etc/yum.repos.d directory using wget command.
- Install the latest version of VirtualBox using
sudo yum install Virtualbox-<version no.>
- Verify installation →
systemctl status vboxdrv
-