PDA

View Full Version : How to update wine?



haxer
October 1st, 2006, 09:59 PM
Hello i wounder how to update wine to the newest?

Mr Frosti
October 1st, 2006, 10:08 PM
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.

Locutux
December 19th, 2007, 12:27 PM
What if there's no "upgrade" availble? I would like to update my Wine to the newest version as well.

Thanks.

Naegling23
December 19th, 2007, 02:06 PM
go to www.winehq.com. Add the requested address to your package manager.

Locutux
December 19th, 2007, 02:54 PM
Thanks man, but you're talking with a newbie here. :) I'm not sure how do I do that.

Hairy_Palms
December 19th, 2007, 02:59 PM
go to Applications->Accessories->Terminal and past these lines


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

cogadh
December 19th, 2007, 04:06 PM
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

ThaRabbit
December 19th, 2007, 04:10 PM
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.

:)

Locutux
December 19th, 2007, 05:48 PM
Thank you. It worked.

mikemunsil
July 8th, 2008, 07:24 PM
go to Applications->Accessories->Terminal and past these lines


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. :lolflag:

kai_tea
July 11th, 2008, 06:50 AM
Hi,

I'm having an issue doing this.
I can get through all the commands okay, but when I type the install command I get this:

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using that unstable distribution that some required packages have not yet been created or been moved out of Incoming

Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed.
The following information may help resolve the situation:

They following packages have unmet discrepansies:
wine: Depends: windind but it is not going to be installed
E: Broken pacakges

Can anyone offer any help?

paradoxic
December 17th, 2008, 08:22 PM
I already have some programs and fonts installed into my current version of Wine. Is there any method of updating Wine I can use where I wont lose my installations? (It seems like I would lose this if I used the method where I have to uninstall Wine first).

I cant update through the package manager because I did a custom install.

cogadh
December 17th, 2008, 10:28 PM
As long as you don't delete your .wine directory in your home directory, you won't lose anything. The .wine directory is not deleted when simply uninstalling Wine.

TonyFordz
September 6th, 2009, 04:21 PM
I did this also & I get the following message,
wine is already the newest version.

The problem is 1.0.1 is not the current highest version but it will not let me get the current version so what do I do to fix this? I am using Ubuntu 9.04 Desktop Version

Is there a command line that I can do in the terminal to update packs, and Add/Remove lists?

TonyFordz
September 6th, 2009, 06:33 PM
NM I figured out what was up after I went threw every folder in my Ubuntu lol trying to figure out how the hell to get WINE out of my menu which the following fixed for me...

================================================== ==========================
Go to System, Administration, Synaptic Package Manager & Search for WINE then mark for complete removal.

After that do the following,

Places, Home Folder, Press CTRL + H to show hidden files & directories
delete the ".wine" folder

Go to & delete the ".wine" folder:
.local/share/applications
================================================== ==========================

I been making posts on my own site to help others as well as myself for future references so this should help me in the future & anyone else needing to know how to get rid of it once & for all or to get rid of it so you can update it. What I wanted was the Beta version not the current stable version.

bapoumba
September 7th, 2009, 06:39 AM
This thread is a little old, closing :)