Just installed Ubuntu 24.04.2 LTS of a new desktop.
Installed asdf 0.16.7 using binary, added ruby plugi.
Tried to build ruby 3.4.3 and got several compilation errors due to missing dependencies:
- zlib1g-dev
- libffi-dev
- libyaml-dev
After few iterations of trying to build, checking logs and installing missing dependencies I've finally got ruby installed, but I believe good version manager should install such dependencies automatically.