Posted and here, but never get reply https://almalinux.discourse.group/t/how-run-alma-linux-in-laravel-homestead/2959
How to run Alma Linux in Laravel-Homestead instead of default Ubuntu…?
I am a Laravel 10.x programmer How to run Alma Linux in Laravel-Homestead instead of default Ubuntu…?
My favorite Testing environment is Laravel-Homestead/Vagrant, but the default Linux is Ubuntu 20.04.5 LTS x86_64 I proceeded to create Alma Linux instead, Laravel-Homestead/Vagrant but again created Ubuntu VM… well???
try-1 Vagrantfile
Vagrant.configure("2") do |config| config.vm.box = "almalinux/8" end run vagrant up # creates Ubuntu… instance
try-2 vagrant init almalinux/8 # getting error
PS C:\Users\abc123\Documents\Homestead-AlmaLinux2> vagrant init almalinux/8 Vagrantfile already exists in this directory. Remove it before running vagrant init. PS C:\Users\abc123\Documents\Homestead-AlmaLinux2>
Please or to participate in this conversation.