I would like to know if installed app will use wine server to run:
for e.g. picasa once installed -- it uses wine to run, however I want to know that picasa will use wine before installing it.
I've tried dpkg -I
but doesn't show this particular info.
Well, it it runs on wine it is an .exe
List the contents of a .deb with
dpkg-deb
grep (search) for an .exe
If you find a .exe , it runs on wine
Well I knew it could be done but it took 10 minutes to work out:
Edit: This won't work for Picasa because it bundles its own copy of Wine. It's not a dependency. (And that's why the download is 30MB)