[Wine] Re: Where are the programs installed?

vitamin wineforum-user at winehq.org
Sat Mar 24 10:18:03 CDT 2012


Martin Gregorie wrote:
> To find where the program(s) got to, try:
> <code>
> sudo updatedb
> locate progname.exe
> </code>

Why so complicated? Besides locate is not installed on most modern distros. Regular "find" will be enough:

Code:

find ~ -iname '*exe'










More information about the wine-users mailing list