Unable to install ruby 3.3.0 on brand new Fedora 38 VM #2463
-
On a new fedora vm I installed asdf with git, and setup ruby with In the interest of helping others along, this is a list of error messages and what I had to do to get it working:
At this point my VM ran out of disk in /tmp because each build I was attempting was downloading a bunch of stuff from scratch, which seems egregious, but I digress.
(in that log file)
At which point I was able to get ruby 3.3.0 to install! Hopefully this journey is helpful to the project, or to someone else wandering around blindly trying to get ruby running on Fedora. Hopefully this is help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for sharing what worked for you! Note that our wiki also collects community-maintained information about which packages might be prerequisites for building Ruby: https://github.com/rbenv/ruby-build/wiki
For future reference, from our README:
|
Beta Was this translation helpful? Give feedback.
Thanks for sharing what worked for you! Note that our wiki also collects community-maintained information about which packages might be prerequisites for building Ruby: https://github.com/rbenv/ruby-build/wiki
For future reference, from our README: