Error While installing Ruby -


i have used this procedure.i m using linux mint.

i getting following error while installing.

e: unable locate package libreadline6-dev e: unable locate package libyaml-dev e: unable locate package libgdbm-dev e: package 'ncurses-dev' has no installation candidate e: package 'bison' has no installation candidate e: package 'subversion' has no installation candidate e: package 'libffi-dev' has no installation candidate 

i think didn't installed rvm requirements .
install requirements libreadline6-dev , libyaml-dev , libgdbm-dev ,etc..
think solve problem.

install these command

sudo apt-get install build-essential openssl libreadline6 libreadline6-dev \ curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 \ libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison  \ subversion pkg-config   

or, refer this link.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -