Results 1 to 2 of 2

Thread: Not able to install Yum

  1. #1
    Ethan Joshua is offline Junior Member
    Join Date
    Dec 2009
    Posts
    5
    Rep Power
    0

    Default Not able to install Yum

    I have an old Fedora installation. Everything is working fine but I am unable to use yum. For example, when I run:

    Code:
    Loaded plugins: fastestmirror 
    No plugin match for: fastmirror Determining fastest mirrors Traceback (most recent call last): 
    File "/usr/bin/yum", line 29, in ? yummam.user_main(sys.argv[1:], exiC code=True) 
    File «/usrlshare!yum•cli!yummain.py», line 229, in user_main 
    errcode = main(args) 
    File «/usrlshare/yum-cli/yummain.py», line 104, in main 
    
    result, resultmsgs = base.doCommandsO File «/usrlshare!yum-cli/clLpy», line 339, in doCornrnands 
    self._getTs(need TsRemove) 
    <snipped> 
    thread.error: can't start new thread
    I'm unable to decipher what these crippled messages are supposed to mean. Would you happen to have a clue?
    Last edited by Ethan Joshua; 01-29-2010 at 10:40 AM.

  2. #2
    Michael Fisher is offline Junior Member
    Join Date
    Dec 2009
    Posts
    4
    Rep Power
    0

    Default

    Well, it looks like the fastmirror plug-in is the culprit that's not allowing you to use yum. Try to install Exaile by disabling the fastmirror plug-in as follows:

    Code:
    # yum --disableplugin=fastestmirror install exaile
    If even this does not work, then try the following two commands to clean the package cache and metadata ( following which, try to install Exaile again):

    Code:
    #yum clean dbcache 
    #yum clean meta data
    Hope this works out.

Similar Threads

  1. How to Install a New CD-ROM
    By HernandezOrtiz in forum Hardware Jargons
    Replies: 0
    Last Post: 12-26-2009, 02:36 PM
  2. Replies: 0
    Last Post: 12-26-2009, 01:26 PM
  3. Can't Install XP
    By Charley Dumas in forum Windows 7/2000/NT
    Replies: 3
    Last Post: 08-26-2009, 12:52 PM
  4. Install
    By lynette in forum Everything Else
    Replies: 0
    Last Post: 03-23-2009, 12:06 PM
  5. Install
    By joshin in forum Hard Disk
    Replies: 0
    Last Post: 01-22-2009, 11:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48