If a package is available both through apt-get and gem, which one should I choose?
I'm on Ubuntu and I don't know if I should install rake through apt-get or gem.
I use both apt-get and gem packages a lot.
What are the pros and cons with each?
|
If a package is available both through apt-get and gem, which one should I choose? I'm on Ubuntu and I don't know if I should install rake through apt-get or gem. I use both apt-get and gem packages a lot. What are the pros and cons with each?
| |||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You should always use RubyGems to install any kind of Gems (eg. Rails) to reduce confusion. | |||
|
feedback
|
|
Gem. Gem. GEM. the ubuntu packages go stale for the most part. Real men gem. :-) | |||
|
feedback
|