```
mastodon@mastodon:~/live$ rbenv install
==> Downloading ruby-3.4.7.tar.gz...
-> curl -q -fL -o ruby-3.4.7.tar.gz https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.7.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 22.1M 100 22.1M 0 0 2503k 0 0:00:09 0:00:09 --:--:-- 3143k
==> Installing ruby-3.4.7...
-> ./configure "--prefix=$HOME/.rbenv/versions/3.4.7" --enable-shared --with-ext=openssl,psych,+
-> make -j 4
-> make install
```
… took its time as usual… but we should soon be moving on to the next phase.