I am trying to set up my chromebook for development with crouton and ubuntu. I am using the railsgirls recipe to install rails and I'm getting stuck at:
E: Unable to locate package libreadline
I have run the command sudo apt-get install libreadline-dev followed by apt-get update.
Still, rails installation is quitting at the libreadline problem. I've never had this problem when setting up my environment on other machines, but clearly I'm missing something here.
Any help is greatly appreciated.
Edit: Solved.