2015-01-16 176 views
-2

我試圖在我的amazon實例上安裝ruby gems時出現此錯誤。誰能解釋一下?ruby​​gems錯誤安裝rails

[email protected]:~$ 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 

我不明白那條消息。我從http://www.frontcoded.com/rails-on-amazon-ec2-ubuntu.html以下說,要做到這一點的方向。我也試過

which rubygems 

然後就出來了。如果可能的話,我想回答這個問題來阻止反對票。謝謝。

+1

您是否閱讀過apt-get的消息? –

回答

2

您正在嘗試安裝錯誤的軟件包。在現代Ruby中,rubygems是其中的一部分。你得到的消息也是這樣說的。

即使在服務器端出現問題,無法通過apt-get下載某些內容與rubygems站點是否關閉無關。

您收到的消息提供了另一種建議,表明相關站點(apt-get)未關閉。

您可以使用this等服務檢查某些網站的狀態。