Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
Hi, I am new to linux with only a slight experience. The other day i installed F10 KDE. And when i wanted to install some new applications with KPackage Kit ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Location
    India
    Posts
    37

    [SOLVED] Need help with package manager fedora 10 (Add/Remove Program)

    Hi, I am new to linux with only a slight experience. The other day i installed F10 KDE. And when i wanted to install some new applications with KPackage Kit it wasn't showing any applications, not even the installed ones. When i refreshed my list it's showing some error related to repomd.xml. May be the file isn't present or it's not in my path.......
    I am frust. .. it's so easy in ubuntu..........

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Can you post the exact error message? To get better diagnostics, try installing, removing or listing packages using yum and if there are any errors reported post them.

  3. #3
    Just Joined!
    Join Date
    May 2009
    Location
    India
    Posts
    37

    Exact error message

    Quote Originally Posted by daark.child View Post
    Can you post the exact error message? To get better diagnostics, try installing, removing or listing packages using yum and if there are any errors reported post them.

    so this is the exact error message it's showing:

    Code:
    Repository configuration was invalid and could not be read.
    Details:
    Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify is path and try again.

    moreover this message is shown when i refresh my list.......... actually it's showing nothing in the package list......... not even the installed ones......

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Hello and Welcome!

    Have you been able to install packages before this? Or is this a brand new installation?
    typically when you first install, the first thing you'll want to do is
    Code:
    yum update
    to make sure all of your system tools are up to date. Try this and post back any errors. Also, what is the output of
    Code:
    yum repolist
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  5. #5
    Just Joined!
    Join Date
    May 2009
    Location
    India
    Posts
    37
    no it's not working........ the same error related to repomd.xml........

    Code:
    [shivam@localhost ~]$ su
    Password:
    [root@localhost shivam]# yum repolist
    Loaded plugins: refresh-packagekit
    Could not retrieve mirrorlist 
                                        
                                       error was
    [Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

    it's showing the same with other yum commands as well..........

    hey note that the mirrorlist url is missing as i can't post it now.... (i'd have atleast 15 posts before that)

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Is internet working fine in your machine? Are you behind proxy?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    May 2009
    Location
    India
    Posts
    37
    Quote Originally Posted by devils casper View Post
    Is internet working fine in your machine? Are you behind proxy?

    ya i am behind proxy but internet is working fine......

    see the problem is that it's not even showing the installed packages.....
    no connection must be required for that........

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the contents of /etc/yum.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    If you are using a proxy, you need to configure yum to use it. Take a look here for more details.

  10. #10
    Just Joined!
    Join Date
    May 2009
    Location
    India
    Posts
    37
    Quote Originally Posted by devils casper View Post
    Post the contents of /etc/yum.conf file here.

    so here are the contents of the /etc/yum.conf file:

    Code:
    [main]
    cachedir=/var/cache/yum
    keepcache=0
    debuglevel=2
    logfile=/var/log/yum.log
    exactarch=1
    obsoletes=1
    gpgcheck=1
    plugins=1
    installonly_limit=3
    
    #  This is the default, if you make this bigger yum won't see if the metadata
    # is newer on the remote and so you'll "gain" the bandwidth of not having to
    # download the new metadata and "pay" for it by yum not having correct
    # information.
    #  It is esp. important, to have correct metadata, for distributions like
    # Fedora which don't keep old packages around. If you don't like this checking
    # interupting your command line usage, it's much better to have something
    # manually check the metadata once an hour (yum-updatesd will do this).
    # metadata_expire=90m
    
    # PUT YOUR REPOS HERE OR IN separate files named file.repo
    # in /etc/yum.repos.d


    and the problem is more severe as i can't install any rpm package also........

    i wonder nobody has such problem..... it looks to be some bug in the version itself..........

Page 1 of 2 1 2 LastLast

Posting Permissions

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