Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Error: 'rubygems' has no installation candidate

Tags:

rubygems

Hi I would appreciate some help installing rubygems. This is what happens when I try. "ruby-full" has already been installed. How do I fix this? What is the issue?

$ sudo apt-get install rubygems 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package rubygems is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  ruby

E: Package 'rubygems' has no installation candidate

I am running Ubuntu 14.04. Ruby version installed: 1:1.9.3.4. Please let me know if there are any other additional details that could help solve this issue.

like image 834
JasoonS Avatar asked Jun 02 '14 00:06

JasoonS


1 Answers

In Ubuntu 14.04, try the following:

sudo apt-get install rubygems-integration
like image 125
Govind Avatar answered Nov 19 '22 15:11

Govind