Results 1 to 1 of 1

Thread: HowTo: Get The Latest Wine

Threaded View

  1. #1
    Join Date
    May 2006
    Location
    Cork, Ireland.
    Beans
    185
    Distro
    Ubuntu 13.04 Raring Ringtail

    Smile HowTo: Get The Latest Wine

    1. Remove the wine that comes with Ubuntu (if you've installed it)(sudo apt-get remove wine)

    2. Open a terminal and type:

    wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
    3. Type:

    gksudo gedit /etc/apt/sources.list
    4. Add one of the following to your sources.list

    ## Wine, Ubuntu Hardy Heron (8.04):
    deb http://wine.budgetdedicated.com/apt hardy main
    deb-src http://wine.budgetdedicated.com/apt hardy main
    ## Wine, Ubuntu Gutsy Gibbon (7.10):
    deb http://wine.budgetdedicated.com/apt gutsy main
    deb-src http://wine.budgetdedicated.com/apt gutsy main
    ## Wine, Ubuntu Feisty Fawn (7.04):
    deb http://wine.budgetdedicated.com/apt feisty main
    deb-src http://wine.budgetdedicated.com/apt feisty main
    ## Wine, Ubuntu Edgy Eft (6.10)
    deb http://wine.budgetdedicated.com/apt edgy main
    deb-src http://wine.budgetdedicated.com/apt edgy main
    ## Wine, Ubuntu Dapper Drake (6.06)
    deb http://wine.budgetdedicated.com/apt dapper main
    deb-src http://wine.budgetdedicated.com/apt dapper main
    5. Type the following:

    sudo apt-get update
    6. Type the following:

    sudo apt-get upgrade
    7. To install wine either type:

    sudo apt-get install wine
    Or by using the Synaptic Package Manager under System->Administration.

    ------------------------------------------------------------------------------
    Edited on 15/05/08 - Added Hardy Heron (8.04)
    Last edited by Cochise; May 15th, 2008 at 09:35 PM.

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
  •