Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
nokogiri安装失败
deepin Talks
2166
views ·
4
replies ·
To
floor
Go
hanxi
deepin
2013-11-29 04:17
Author
以前ubuntu轻松安装。。。现在deepin始终失败
sudo gem install nokogiri
Reply
Like 0
Favorite
View the author
All Replies
cxbii
deepin
2013-11-29 17:44
#1
以前ubuntu轻松安装。。。现在deepin始终失败
sudo gem install nokogiri
楼主你好,我觉得deepin没有问题,首先你命令打错了。应该是
sudo apt-get install xxx
Copy the Code
然后包名也应该打错了,我不知道你那个是什么软件
Reply
Like 0
View the author
136******54
deepin
2013-11-29 18:02
#2
gem是什么的命令
Reply
Like 0
View the author
electricface
deepin
2013-11-29 18:11
#3
gem 是ruby模块管理的命令
Reply
Like 0
View the author
electricface
deepin
2013-11-29 18:17
#4
gem 是ruby模块管理的命令
59. ~ gem sources -a http://ruby.taobao.org/
http://ruby.taobao.org/ added to sources
59. ~ sudo gem install nokogiri
Fetching: nokogiri-1.6.0.gem (100%)
Building native extensions. This could take a while...
Successfully installed nokogiri-1.6.0
1 gem installed
Installing ri documentation for nokogiri-1.6.0...
Installing RDoc documentation for nokogiri-1.6.0...
Copy the Code
我成功安装了 nokogiri
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
Problem with French locale
Install problem (09_ostree_sys_init.job hooks)
Anyone Get OBS to work?
Setup keyboard
Large-Scale Community Testing Report - Critical Technical Issues
Display not correctly identified (sort of)
Popular Events
More
sudo gem install nokogiri