Demo
I created this quick recording to show how much is easy and fast to install Oracle Linux 9 on a system; thanks to Virtualization and moreover VirtualBox, you can get an Oracle Linux 9 system installed in less than one minute, look at the stopwatch!!!
Requirements
- Install Oracle VM VirtualBox on your host – here the download link
- Install Hashicorp Vagrant on your host – here the download link
Oracle Linux 9 Installation steps
- Initialize the Oracle Linux 9 Vagrant Box (URL below required just for the first time execution)
- NOTE: If your system is behing a proxy, get the same configured on the terminal/command-prompt
# vagrant init oraclelinux/9 https://oracle.github.io/vagrant-projects/boxes/oraclelinux/9.json
- Startup the Oracle Linux 9 Vagrant Box
# vagrant up
- Connect to the Oracle Linux 9 Virtual Machine created
# vagrant ssh
