I booted up a amazon linux machine in which the default ruby version was ruby 2.0.0p648 (2015-12-16 revision 53162) [x86_64-linux]
. I want to update it to 2.6.3
.
I found this article How to upgrade ruby version in Amazon Linux system?. But when I ran sudo yum install -y ruby26
it says ruby26 not found. There was no other article.