Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: How to update wine?

  1. #1
    Join Date
    Sep 2006
    Location
    Sweden/Skane
    Beans
    951
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    How to update wine?

    Hello i wounder how to update wine to the newest?
    Do you really belive windows BS? Try linux use something fresh not something old and refurbished!!

  2. #2
    Join Date
    May 2005
    Location
    Atlanta
    Beans
    142
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to update wine?

    This depends on the method that you used to install your existing version of WINE. If you selected this package using Synaptic, or from "Add/Remove", then updating can be done by opening Synaptic Package Manager, and right-clicking on WINE and choosing upgrade (If an upgrade is available)

    If you installed WINE by custom installing, then you can download the latest version, and install this. Files from the older WINE will be overwritten with the new versions.

  3. #3
    Join Date
    Dec 2007
    Location
    Skopje, Macedonia
    Beans
    51
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How to update wine?

    What if there's no "upgrade" availble? I would like to update my Wine to the newest version as well.

    Thanks.

  4. #4
    Join Date
    Aug 2006
    Location
    Somerville, NJ USA
    Beans
    641
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How to update wine?

    go to www.winehq.com. Add the requested address to your package manager.

  5. #5
    Join Date
    Dec 2007
    Location
    Skopje, Macedonia
    Beans
    51
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How to update wine?

    Thanks man, but you're talking with a newbie here. I'm not sure how do I do that.

  6. #6
    Join Date
    Jul 2005
    Location
    London,England
    Beans
    1,022
    Distro
    Ubuntu Karmic Koala (testing)

    Re: How to update wine?

    go to Applications->Accessories->Terminal and past these lines

    Code:
    wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
    sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list
    sudo apt-get update
    sudo apt-get install wine
    Jeremy Clarkson - "A Dazzling Hero of Political Incorrectness"
    My LastFM profile
    want to Give each GTK program its own theme? well look Here

  7. #7
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to update wine?

    There is a sticky thread at the very top of this forum that explains exactly how to update Wine to the latest:
    http://ubuntuforums.org/showthread.php?t=624644

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  8. #8
    Join Date
    Oct 2005
    Location
    The Netherlands
    Beans
    105
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to update wine?

    To be complete, using the method linked to by cogadh: wine will automatically be updated using the winehq Ubuntu repositories.

    a.k.a. you'll get a notification from the update manager if a new version is released. Each time winehq releases a new version they build a Ubuntu .deb package ready for installation.

    Registered Linux User #413677

  9. #9
    Join Date
    Dec 2007
    Location
    Skopje, Macedonia
    Beans
    51
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How to update wine?

    Thank you. It worked.

  10. #10
    Join Date
    Jul 2006
    Beans
    13

    Re: How to update wine?

    Quote Originally Posted by Hairy_Palms View Post
    go to Applications->Accessories->Terminal and past these lines

    Code:
    wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
    sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list
    sudo apt-get update
    sudo apt-get install wine
    And make sure you don't have Synaptic open when you try to do the install.

Page 1 of 2 12 LastLast

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
  •