Skip to content

Instantly share code, notes, and snippets.

@1v
Last active March 31, 2022 16:57
Show Gist options
  • Save 1v/b902d475299dc9dfebc0f6235bf7adc9 to your computer and use it in GitHub Desktop.
Save 1v/b902d475299dc9dfebc0f6235bf7adc9 to your computer and use it in GitHub Desktop.
RVM installation
curl -L https://get.rvm.io | bash
source /home/user/.rvm/scripts/rvm
rvm autolibs fail

source

Google ruby latest stable

rvm install 3.1.1
Error
Checking requirements for ubuntu.
Missing required packages: gawk autoconf automake bison libgdbm-dev libncurses5-dev libtool libyaml-dev sqlite3
RVM autolibs is now configured with mode '2' =>
  'Allow RVM to use package manager if found, fail if dependencies are missing. This is default.',
please run `rvm autolibs enable` to let RVM do its job or run and read `rvm autolibs [help]`
or visit https://rvm.io/rvm/autolibs for more information.
Requirements installation failed with status: 1.

Install missing packages

sudo apt install gawk autoconf automake bison libgdbm-dev libncurses5-dev libtool libyaml-dev sqlite3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment