Results 1 to 5 of 5

Thread: Problem getting Wine from repositories

  1. #1
    Join Date
    Dec 2006
    Location
    San Antonio, TX
    Beans
    50
    Distro
    Ubuntu Development Release

    Thumbs down Problem getting Wine from repositories

    I am trying to install Wine. I have an AMD 64x2 3800, radeon 9200, 1gb ram desktop. I am encountering a problem getting the repository to work. I go in synaptic, and add the respository for wine from the how to:
    deb http://wine.budgetdedicated.com/apt edgy main

    It prompts me to reload and it starts looking/downloading it, then it gives me the error :
    An error occured

    The following details are provided:

    W: GPG error: http://wine.budgetdedicated.com edgy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263

    I have uncommented the reopsitories, and I can't seem to find anyone else who has had this problem. Any help would be appreciated.

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Beans
    1,039
    Distro
    Ubuntu

    Re: Problem getting Wine from repositories

    you get better results compling it yourself

  3. #3
    Join Date
    Aug 2006
    Location
    tuesday
    Beans
    6,502
    Distro
    Kubuntu Development Release

    Re: Problem getting Wine from repositories

    Quote Originally Posted by Ferrat View Post
    you get better results compling it yourself
    what ??? what are you talking about he has an apt-get key error, good christ. This is not fatal and unless a specific patched version of wine is needed the budget repos are the best place to get the bleeding edge wine versions. Usually 1-2 days after they're released.

  4. #4
    Join Date
    Aug 2006
    Location
    tuesday
    Beans
    6,502
    Distro
    Kubuntu Development Release

    Re: Problem getting Wine from repositories

    Quote Originally Posted by GeoPirate View Post
    I am trying to install Wine. I have an AMD 64x2 3800, radeon 9200, 1gb ram desktop. I am encountering a problem getting the repository to work. I go in synaptic, and add the respository for wine from the how to:
    deb http://wine.budgetdedicated.com/apt edgy main

    It prompts me to reload and it starts looking/downloading it, then it gives me the error :
    An error occured

    The following details are provided:

    W: GPG error: http://wine.budgetdedicated.com edgy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263

    I have uncommented the reopsitories, and I can't seem to find anyone else who has had this problem. Any help would be appreciated.
    It is safe for you to ignore that error. There was a key solution posted around here somewhere, but I can't find it at the moment. Just do update again once you add the line for wine to your sources again. Then do:

    Code:
    sudo apt-get install wine
    It's that simple.

  5. #5
    Join Date
    Aug 2006
    Location
    tuesday
    Beans
    6,502
    Distro
    Kubuntu Development Release

    Re: Problem getting Wine from repositories

    Found it:

    Code:
    gpg --keyserver subkeys.pgp.net --recv 387EE263 && gpg --export --armor 387EE263 | sudo apt-key add -
    If for any reason this gives you an error, run it after typing: sudo -s and entering your password. After make sure you type exit to close your sudo root login.

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
  •