Find the answer to your Linux question:
Results 1 to 6 of 6
It comes up with that. update.jpg...
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    25

    Not letting me download updates for fedora 12 - please help

    It comes up with that.


    update.jpg

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    That image is way to small for me to view. Can you tell us what is happening?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Feb 2010
    Posts
    25
    It says there are 449 updates available. so i clickl install. and it returs a message which says "an internal system error has occured"
    It says click for more details and it says :
    ---


    Error Type: <class 'yum.Errors.RepoError'>
    Error Value: Error getting repository data for installed, repository not found
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
    main()
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
    backend.dispatcher(sys.argv[1:])
    File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 699, in dispatcher
    self.dispatch_command(args[0], args[1:])
    File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 657, in dispatch_command
    self.update_packages(only_trusted, package_ids)
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1948, in update_packages
    signed = self._is_package_repo_signed(pkg)
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1437, in _is_package_repo_signed
    repo = self.yumbase.repos.getRepo(pkg.repoid)
    File : /usr/lib/python2.6/site-packages/yum/repos.py, line 121, in getRepo
    'Error getting repository data for $s, repository not found' $ (repoid)

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    yum clean all
    Try to update again and in case it doesn't work, post the output of this
    Code:
    yum repolist
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Happening a lot in Fedora 12. Open a terminal and type
    Code:
    su -c 'yum clean all'
    su -c 'yum update'
    should do it.
    Glenn
    Powered by Fedora 16 and Arch Linux

  6. #6
    Just Joined!
    Join Date
    Feb 2010
    Posts
    25
    Thanks for your replies, but I had a problem with Fedora, and it wouldn't boot, to see more info on my latest problem, see my latest thread.

Posting Permissions

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