Hello, 'yum search R' returns an impossibly-long list. So I tried 'yum search R.x86_64' and 'yum search R-2.3.0' and few others to no avail. (Google revealed that R package does exist in kbsingh repository.) However, 'yum install R' did offer to install the correct package. Can someone enlighten me as to why did the searches failed or generated a hugh list of alternatives, while the install hit right on the mark? Thanks, Itay FWIW: cat kbsingh-CentOS-Extras.repo [kbs-CentOS-Extras] name=CentOS.Karan.Org-EL$releasever - Stable gpgcheck=1 gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt enabled=1 baseurl=http://centos.karan.org/el$releasever/extras/stable/$basearch/RPMS/ # Need a ftp mirror ? uncomment the line below, & disable the one above # baseurl=ftp://rpm.karan.org/pub/kbsingh/el$releasever/extras/stable/$basearch/RPMS/ #== 2006-07-10 <itayf at fastmail.fm> protect plugin config ==# protect = 0 exclude = *.i386 *.i586 *.i686 includepkgs = darcs darcs-server prozilla R
> 'yum search R' returns an impossibly-long list. So I tried 'yum > search R.x86_64' and 'yum search R-2.3.0' and few others to no > avail. (Google revealed that R package does exist in kbsingh > repository.) However, 'yum install R' did offer to install the > correct package. > > Can someone enlighten me as to why did the searches failed or > generated a hugh list of alternatives, while the install hit > right on the mark?I believe it's because 'yum search' is not case sensitive and so will return most things with 'r' in them or the description of them. This question is probably best suited for the yum mailing list instead, but I'm fairly sure that's the cause. It would be akin to searching for the letter 'a' in this email, when you really mean the word 'a'. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
On Sat, 11 Nov 2006, Itay Furman wrote:> Date: Sat, 11 Nov 2006 22:41:59 +0200 (IST) > From: Itay Furman <itayf at nospammail.net> > Reply-To: CentOS mailing list <centos at centos.org> > To: <centos at centos.org> > Subject: [CentOS] Strange yum behavior > > > Hello, > > 'yum search R' returns an impossibly-long list. So I tried 'yum search > R.x86_64' and 'yum search R-2.3.0' and few others to no avail. (Google > revealed that R package does exist in kbsingh repository.) However, 'yum > install R' did offer to install the correct package. >So I misread the documentation. Thanks to Jim, Johnny, and Ralph, for clearing this up. Itay