Support the ongoing development of Laravel.io →
posted 1 year ago
Homestead

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>

Posted also, but no reply https://almalinux.discourse.group/t/how-run-alma-linux-in-laravel-homestead/2959

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.