Update wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bg3075
Level 1
Level 1
Posts: 5
Joined: Sat Apr 25, 2009 9:51 pm

Update wine?

Post by bg3075 »

It appears that it is recommended to uninstall previous version of Wine, in order to update (here: http://wiki.winehq.org/HowTo, first paragraph). When uninstalling previous versions of Wine, does the virtual C drive (and associated programs) remain intact?
Lisa Denia

Update wine?

Post by Lisa Denia »

It appears that it is recommended to uninstall previous version of Wine, in
order to update (here: http://wiki.winehq.org/HowTo, first paragraph).
When uninstalling previous versions of Wine, does the virtual C drive (and
associated programs) remain intact?
Most probably, yes. The "C" drive is held in your WINEPREFIX(default is
$HOME/.wine), and will not be deleted as with any other application out there.
Some package managers have the ability to detect the setting files/folders in
your home and delete them, but I don't know any package manager to do that
without asking to.
If you always use your package manager to install wine, you'll most probably
don't need to remove the old version manually. Your package manager will do
everything for you(true for dpkg, rpm, pacman, ...).
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Re: Update wine?

Post by dimesio »

bg3075 wrote:It appears that it is recommended to uninstall previous version of Wine, in order to update (here: http://wiki.winehq.org/HowTo, first paragraph). When uninstalling previous versions of Wine, does the virtual C drive (and associated programs) remain intact?
It's only necessary to uninstall old versions of Wine first if you're switching from using a binary package to building it yourself, or vice versa.

Uninstalling Wine does not affect any existing wineprefixes.
bg3075
Level 1
Level 1
Posts: 5
Joined: Sat Apr 25, 2009 9:51 pm

Post by bg3075 »

Thanks guys...the only problem now is I can't remember if I installed wine via Yum (Fedora) or package. I think it was thru Yum.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

bg3075 wrote:Thanks guys...the only problem now is I can't remember if I installed wine via Yum (Fedora) or package. I think it was thru Yum.
Doesn't matter. If it was a binary package installation, your package manger knows what to do with it and how to properly upgrade it.
Martin Gregorie

Update wine?

Post by Martin Gregorie »

On Mon, 2009-06-29 at 23:52 -0500, vitamin wrote:
bg3075 wrote:
Thanks guys...the only problem now is I can't remember if I
installed wine via Yum (Fedora) or package. I think it was thru Yum.

Doesn't matter. If it was a binary package installation, your package
manger knows what to do with it and how to properly upgrade it.
The simple way is to run the command:

sudo yum list wine

If it reports 'installed' then you installed wine with yum: if you
didn't install it with yum it will say which repository its available
from.


Martin
Locked