Thanks, in advance!
Matt
Matt McKnight <mmck...@cfl.rr.com> writes:
If I understand your problem correctly, the solution is to use yum
instead of rpm. The command
# yum -y install blivit
will install blivit, along with all its prerequisites.
--
Art Werschulz (8-{)} "Metaphors be with you." -- bumper sticker
GCS/M (GAT): d? -p+ c++ l++ u+ P++ e--- m* s n+ h f g+ w+ t+ r-
Net: a...@dsm.fordham.edu http://www.dsm.fordham.edu/~agw
Phone: Fordham U. (212) 636-6325, Columbia U. (646) 775-6035
To find the name of the package that contains a file do:
yum provides blivit
You'll find that yum complains, it wants you to be a bit
more specific. For example, if blivit is the name of an
executable, it wants you to help it out like this:
yum provides '*bin/blivit'
You should not be using RPMFIND. At most add Fedora repositories to
your redhat installation.
And under mandriva urpmf nameoffile
I suppose you could install urpm onto redhat.
If I recall correctly it refused to run outside a Mandriva environment.
Of course it could be fooled but it wouldn't know what's already
in the yum database.
As someone who migrated from Mandriva to Fedora I think the Fedora
repositories are just as good.
Redhat repositories aren't quite as complete but adding Fedora
fills the gaps.