Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Missing files: How can I find out which RPM to download?

13 views
Skip to first unread message

Matt McKnight

unread,
Sep 2, 2010, 1:59:37 PM9/2/10
to
If an install fails because there is a particular file missing, how
can I find out which rpm must be downloaded to resolve the dependency?
'rpmfind.net' seems to find an rpm for an individual file, but I'm
looking for the major rpm that a single file belongs to. I know how to
find it once the rpm is installed. I need to know to find the rpm
BEFORE it is installed.

Thanks, in advance!

Matt

Art Werschulz

unread,
Sep 2, 2010, 2:27:35 PM9/2/10
to
Hi.

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

Matt McKnight

unread,
Sep 2, 2010, 3:48:47 PM9/2/10
to
And 'blivit' being the missing filename?

des...@verizon.net

unread,
Sep 2, 2010, 9:14:43 PM9/2/10
to
Matt McKnight <mmck...@cfl.rr.com> writes:

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.

unruh

unread,
Sep 3, 2010, 2:30:35 AM9/3/10
to

And under mandriva urpmf nameoffile
I suppose you could install urpm onto redhat.

des...@verizon.net

unread,
Sep 3, 2010, 10:50:22 AM9/3/10
to
unruh <un...@wormhole.physics.ubc.ca> writes:

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.

0 new messages