Find the answer to your Linux question:
Results 1 to 4 of 4
Hi All, When I try to update packages on my RHEL5 box (sudo yum update) I get the following error msg: Error: Missing Dependency: yum-metadata-parser >= 1.1.0 is needed by ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    3

    Problem with updating packages

    Hi All,

    When I try to update packages on my RHEL5 box (sudo yum update) I get the following error msg:

    Error: Missing Dependency: yum-metadata-parser >= 1.1.0 is needed by package yum
    Error: Missing Dependency: yum = 3.0.1-5.el5 is needed by package yum-updatesd
    Error: Missing Dependency: python-iniparse is needed by package yum
    Error: yum conflicts with yum-rhn-plugin < 0.5.2-1.el5

    Running 'sudo yum update yum-metadata-parser' returns
    Could not find update match for yum-metadata-parser
    No Packages marked for Update/Obsoletion

    I download yum-metadata-parser-1.1.2-1.src.rpm from Index of /download/yum-metadata-parser and I get "Public key for yum-metadata-parser-1.1.2-1.src.rpm is not installed" error msg when I try to run "sudo yum localinstall yum-metadata-parser-1.1.2-1.src.rpm"

    Any ideas? How I can fix these errors.

    Thx,

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Post the output of this
    Code:
    ls /etc/yum.repos.d
    yum-metadata-parser-1.1.2-1.src.rpm
    Its a source rpm. Download rpm that doesn't have .src. extension.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    3
    ls /etc/yum.repos.d
    adobe-linux-i386.repo rhel-debuginfo.repo yumbase.repo

  4. #4
    Just Joined!
    Join Date
    Feb 2009
    Posts
    3
    One more question. How do I install tarballs using yum. Is it possible?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...