Skip to content

Instantly share code, notes, and snippets.

@kngvamxx
Last active December 22, 2019 15:08
Show Gist options
  • Save kngvamxx/2e49235b31ed5b53a532bf236a4f792a to your computer and use it in GitHub Desktop.
Save kngvamxx/2e49235b31ed5b53a532bf236a4f792a to your computer and use it in GitHub Desktop.
Ruby Install Ubuntu 18.04 LTS
wget https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.3.zip
sudo unzip ruby-2.5.3.zip
cd ruby-2.5.3
sudo ./configure
sudo make
sudo make install
sudo make test
ruby --version
# Youtube: https://youtu.be/OsV6GxZhrS0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment