How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gbailey/almalinux9-mate"
config.vm.box_version = "9.4.20240606"
end
vagrant init gbailey/almalinux9-mate \
--box-version 9.4.20240606
vagrant up
This version was created about 1 month ago.
AlmaLinux 9 workstation with MATE 1.26 desktop, VirtualBox 7.0.18 guest additions, development tools, Fedora packager tools, Firefox, Thunderbird, Rust 1.75.0, MariaDB Server, and AlmaLinux updates as of June 6, 2024.