Noob question - files

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
martin5349
Newbie
Newbie
Posts: 1
Joined: Mon Mar 31, 2008 5:28 pm

Noob question - files

Post by martin5349 »

Hello

I'm new to wine and I have a simple question. When uninstalling previously installed windows program, does wine remove all the files? I mean if I don't fill my system with garbage installing win programs.

Thanks

Martin
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Noob question - files

Post by austin987 »

On Mon, Mar 31, 2008 at 5:32 PM, martin5349 <[email protected]> wrote:
Hello

I'm new to wine and I have a simple question. When uninstalling previously installed windows program, does wine remove all the files? I mean if I don't fill my system with garbage installing win programs.

Thanks

Martin
Uninstallers don't work too well in wine, but aren't too high of a
priority. To remove all apps, run:
$ rm -rf ~/.wine

If you're going to be installing/uninstalling programs a lot, you
might be better off putting each app in its own prefix, see the FAQ
for details.
Paul Johnson

Noob question - files

Post by Paul Johnson »

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 31 March 2008 03:32:25 pm martin5349 wrote:
Hello

I'm new to wine and I have a simple question. When uninstalling previously
installed windows program, does wine remove all the files? I mean if I
don't fill my system with garbage installing win programs.
The uninstall is only as good as the uninstaller that came with the program
you installed. If your windows program's uninstaller doesn't remove
everything under Windows, it's not going to under Wine, either.

- --
Paul Johnson
[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH8W99UCxPKZafKh0RAiMeAKDDe+Rgv7wbi/LP7t7Zzt0ZHG5AoQCgwDC+
H6bBYw3tJTS4wlr7UGrltOQ=
=BGTJ
-----END PGP SIGNATURE-----
Locked