[WBEL-users] I not found yum command.

Will McDonald wmcdonald at gmail.com
Mon Jul 18 18:15:33 CDT 2005


On 18/07/05, Greg Knaddison <greg.knaddison at gmail.com> wrote:
> On 7/18/05, Gilberto García <ggarcia at melexa.com> wrote:
> > I have install WBEL 4, but not found the yum command to update or install
> > packages.  what is doing bad?
> 
> What are the specific commands you are entering and responses that you
> are getting?
> 
> There was a problem with the yum that was shipped with
> manifest-destiny (aka WBEL4).  You should edit it.  Look in the
> mailing list archives for details.

I suspect he's missing the yum RPM which mistakenly isn't included in
the default WBEL 4 install.

Gilberto, what's the output from...

$ rpm -q yum
$ rpm -qa | grep yum

If it's not installed (as I suspect it isn't) then do something like...

$ wget ftp.mirror.ac.uk/sites/www.whiteboxlinux.org/4/en/os/i386/WhiteBox/RPMS/yum-2.2.0-0.fc3.noarch.rpm
$ su -
# rpm -ivh ${PATHTOYUM}/yum-2.2.0-0.fc3.noarch.rpm 
(including the $PATHTOYUM to wherever you put it)

You'll need to move /etc/yum.repos.d/wbelmirrors.yum to
/etc/yum.repos.d/wbelmirrors.repo too. This was discussed on the list
a couple of months back. This thread should hopefully clarify things
for you...

http://www.google.co.uk/search?hl=en&safe=off&q=Trying+to+install+yum+on+wbel+4&btnG=Search&meta=

Though the important one,
http://beau.org/pipermail/whitebox-users/2005-May/006422.html, seems
inaccessible at the moment.


Will.



More information about the Whitebox-users mailing list