[Yum] using yum

seth vidal skvidal at linux.duke.edu
Mon Mar 20 20:46:50 UTC 2006


On Mon, 2006-03-20 at 15:39 -0500, Nick Smith wrote:
> > > >
> > > > you could just put bacula into your own local repo and then install it
> > > > from there.
> > > >
> > > > -sv
> >
> > keep what repo?
> >
> > -sv
> >
> 
> the repo above that you said i could put bacula in.

you make a local repo:


mkdir /tmp/myrepo

cp bacula*.rpm /tmp/myrepo
yum-arch /tmp/myrepo

$EDITOR /etc/yum.conf

then add

[myrepo]
name=myrepo
baseurl=file:///tmp/myrepo

save the file

tada!

-sv





More information about the Yum mailing list