Skip to content

Instantly share code, notes, and snippets.

@duksis
Last active January 21, 2025 12:31
Show Gist options
  • Save duksis/37b380e7f4f2867db722dee38a548a07 to your computer and use it in GitHub Desktop.
Save duksis/37b380e7f4f2867db722dee38a548a07 to your computer and use it in GitHub Desktop.
install ruby 3.4.1 on Ubuntu 24.04.1 LTS (WSL)
sudo apt install build-essential
sudo apt install zlib1g-dev
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
sudo apt-get update
sudo apt-get -y install libffi-dev libyaml-dev
asdf install ruby 3.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment