
Ruby-3.1.2 - #downloading ruby-3.1.2, this may take a while depending on your connection. Installing Ruby from source to: /home/jkmutai/.rvm/rubies/ruby-3.1.2, this may take a while depending on your cpu(s). Please read 'rvm help mount' to get more information on binary rubies. No binary rubies available for: ubuntu/22.04/x86_64/ruby-3.1.2.Ĭontinuing with compilation. Searching for binary rubies, this might take some time. You can check Ruby releases to get version number.

Install Ruby with the rvm install commands. List available stable releases of Ruby $ rbenv install -l Installing required packages: g++, gcc, autoconf, automake, bison, libc6-dev, libffi-dev, libgdbm-dev, libncurses5-dev, libsqlite3-dev, libtool, libyaml-dev, make, pkg-config, sqlite3, zlib1g-dev, libgmp-dev, libreadline-dev, libssl-dev. Install dependencies by running the command: $ rvm requirements run Rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Please consider donating to our open collective to help us maintain RVM. In all your open shell windows, in rare cases you need to reopen all shell windows. * To start using RVM you need to run `source /home/computingforgeeks/.rvm/scripts/rvm` Installation of RVM in /home/computingforgeeks/.rvm/ is almost complete: Sample successful installation output: Installing RVM to /home/computingforgeeks/.rvm/Īdding rvm PATH line to /home/computingforgeeks/.profile /home/computingforgeeks/.mkshrc /home/computingforgeeks/.bashrc /home/computingforgeeks/.zshrc.Īdding rvm loading line to /home/computingforgeeks/.profile /home/computingforgeeks/.bash_profile /home/computingforgeeks/.zlogin. Then install RVM on Ubuntu 20.04/18.04 by running the command: \curl -sSL | bash -s stable Gpg: key 3804BB82D39DC0E3: new key but contains no user ID - skipped


Gpg: key 105BD0E739499BDB: public key "Piotr Kuczynski " imported Sudo apt install build-essential curl git libssl-dev libreadline-dev bison zlib1g-dev autoconf libgdbm-dev libyaml-dev libreadline-dev libncurses5-dev libffi-dev gnupg2
How to install curl in ubuntu 20.04 update#
Install key dependency packages: sudo apt update You can also install Ruby using RVM. RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems. Install Ruby using Rbenv Method 1: Install Ruby on Ubuntu 22.04|20.04|18.04 using RVM.
