nokogiri安装失败
Tofloor
poster avatar
hanxi
deepin
2013-11-29 04:17
Author
以前ubuntu轻松安装。。。现在deepin始终失败
sudo gem install nokogiri
Reply Favorite View the author
All Replies
cxbii
deepin
2013-11-29 17:44
#1
以前ubuntu轻松安装。。。现在deepin始终失败
sudo gem install nokogiri
楼主你好,我觉得deepin没有问题,首先你命令打错了。应该是
  1. sudo apt-get install xxx
Copy the Code
然后包名也应该打错了,我不知道你那个是什么软件
Reply View the author
136******54
deepin
2013-11-29 18:02
#2
gem是什么的命令
Reply View the author
electricface
deepin
2013-11-29 18:11
#3
gem 是ruby模块管理的命令
Reply View the author
electricface
deepin
2013-11-29 18:17
#4
gem 是ruby模块管理的命令
  1. 59. ~ gem sources -a http://ruby.taobao.org/
  2. http://ruby.taobao.org/ added to sources
  3. 59. ~ sudo gem install nokogiri
  4. Fetching: nokogiri-1.6.0.gem (100%)
  5. Building native extensions.  This could take a while...
  6. Successfully installed nokogiri-1.6.0
  7. 1 gem installed
  8. Installing ri documentation for nokogiri-1.6.0...
  9. Installing RDoc documentation for nokogiri-1.6.0...
Copy the Code
我成功安装了 nokogiri
Reply View the author