Cant install ruby-switch for ruby on rails -


i trying install ruby on rails on ubuntu via bright box. i've installed:

sudo apt-get install software-properties-common sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-get update  sudo apt-get install ruby ruby-dev 

but when try install this:

sudo apt-get install ruby-switch 

i error:

reading package lists... done building dependency tree        reading state information... done package ruby-switch not available, referred package. may mean package missing, has been obsoleted, or available source  e: package 'ruby-switch' has no installation candidate 

what problem, , how solve it?

it doesn't ruby-switch available anymore. that's apt-get informing of.

if you're looking way manage versions of ruby, there rbenv or rvm available instead. these 2 approaches more standard , accepted ways switch between ruby version - pick only one.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -