Find the answer to your Linux question:
Results 1 to 3 of 3
I think my yum is not working, i am using fedora 12. How to be sure that my yum is working? I think its not working as: if I enter ...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    5

    Yum configuration

    I think my yum is not working, i am using fedora 12.
    How to be sure that my yum is working?
    I think its not working as:
    if I enter on terminal
    I find the error:
    Code:
    yum install yumex
    many lines saying trying other mirror and then at the last line:
    Code:
    python-enum-0.4.3-6.fc12.noarch: failure: Packages/python-enum-0.4.3-6.fc12.noarch.rpm from fedora: [Errno 256] No more mirrors to try.

  2. #2
    Just Joined!
    Join Date
    Jan 2011
    Posts
    1

    Smile

    HI,




    Here is the content of /etc/yum.conf
    Code:

    HTML Code:
    [main]
    cachedir=/var/cache/yum/$basearch/$releasever
    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

    Try this

    Best regards,

    Devendra

  3. #3
    Just Joined!
    Join Date
    Jul 2008
    Posts
    5

    the issue is solved

    The issue is solved in some other forum, I am not allowed to post the url, thanks for the help!

Posting Permissions

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