To view parent comment, click here.
To read all comments associated with this story, please click here.
Yum list and grep can only find packages have a particular word in them. As you can see a lot of packages have perl in their name because of CPAN naming conventions and Fedora packaging guidelines on perl.
What works much better to actually find which ones are dependent on a particular programming language is to use repoquery that is part of yum-utils package. As a example,
# repoquery --whatrequires python | wc -l
134
What about them? Are they included in a default intall by some distro? OpenSuse, maybe? Five apps != "many people are drawn to Mono". (And should MonoDevelop really count as an app?)
You asked if you missed anything significant. MonoDevelop is certainly significant considering it is arguably the best IDE for Linux. Banshee is also a very good application. All of the Mono applications listed are very polished and were developed much faster than equivalent applications developed in C. Look how long Anjuta has been developed, then compare it to MonoDevelop. This is the real advantage of Mono.
I don't really know why you wouldn't consider MonoDevelop an application. It's an IDE and a very good one at that as I mentioned previously. As for default installs, who cares. I run all of them on Gentoo and they all seem to be best of breed for what they do. I think that says something.




Member since:
2005-07-24
What about them? Are they included in a default intall by some distro? OpenSuse, maybe? Five apps != "many people are drawn to Mono". (And should MonoDevelop really count as an app?)
From current rawhide:
$ yum list | grep -i perl | wc -l
920
$ yum list | grep -i python | wc -l
332
$ yum list | grep -i java | wc -l
238
$ yum list | grep -i ruby | wc -l
113
$ yum list | grep -i mono | wc -l
43
Edited 2008-04-11 00:21 UTC