1WINETRICKS(1) Wine Package Manager WINETRICKS(1)
2
3
4
6 winetricks - manage virtual Windows environments using Wine
7
9 winetricks [options] [verb ... ]
10
12 winetricks is an easy way to work around common problems in Wine.
13
14 It provides simple commands to tweak Wine settings, download and
15 install missing Windows DLLs and fonts, or install various games or
16 apps with appropriate workarounds for the current version of Wine.
17
18 It can be used via GUI or command line. The command-line mode is
19 intended both for interactive use and as a building block in fancier
20 Wine frontends and in automated regression testing.
21
22 winetricks with no arguments displays a GUI using either Zenity or Kdi‐
23 alog.
24
25
27 --country=CC
28 Set country code to CC and don't detect your IP address when
29 retrying downloads
30
31 --force
32 Don't check whether packages were already installed
33
34 --gui Show GUI diagnostics even when driven by the command-line inter‐
35 face
36
37 --isolate
38 Install each app or game in its own bottle
39
40 -k, --keep_isos
41 Cache ISOs (allows later installation without disc)
42
43 --no-isolate
44 Don't install each app or game in its own bottle (default)
45
46 --no-clean
47 Don't delete temp directories (useful during debugging)
48
49 -q, --unattended
50 Don't ask any questions, just install automatically
51
52 -r, --ddrescue
53 Retry hard when caching scratched discs
54
55 -v, --verbose
56 Echo all commands as they are executed
57
58 -h, --help
59 Display this message and exit
60
61 -V, --version
62 Display version and exit
63
64
66 apps list
67 list verbs in category 'applications'
68
69 benchmarks list
70 list verbs in category 'benchmarks'
71
72 dlls list
73 list verbs in category 'dlls'
74
75 games list
76 list verbs in category 'games'
77
78 list list categories
79
80 list-cached
81 list cached-and-ready-to-install verbs
82
83 list-download
84 list verbs which download automatically
85
86 list-manual-download
87 list verbs which download with some help from the user
88
89 list-installed
90 list already-installed verbs
91
92 prefix=foobar
93 select WINEPREFIX=$HOME/.local/share/wineprefixes/foobar
94
95 settings list
96 list verbs in category 'settings'
97
98
100 To see list of available packages to install:
101 winetricks list-download
102
103 To install a package:
104 winetricks 7zip
105
106
108 Wine checks several environment variables on startup:
109
110 WINE If set, this specifies which wine binary to use by default
111
112 WINESERVER
113 If set, this specifies which wineserver to use by default
114
115 WINEPREFIX
116 If set, this specifies the location of the default .wine direc‐
117 tory ( usually $HOME/.wine ).
118
119 XDG_CACHE_HOME
120 If set, this is path to system's user data cache (default:
121 $HOME/.cache) W_CACHE path to Winetricks' user data cache
122 (default: $XDG_CACHE_HOME/winetricks}
123
124
126 Dan Kegel, Austin English, and many others. For a complete list,
127 please see the "Copyright" section in the file 'winetricks'.
128
129
131 This program is free software; you can redistribute it and/or modify it
132 under the terms of the GNU Library General Public License as published
133 by the Free Software Foundation; either version 2 of the License, or
134 (at your option) any later version. See
135 <https://www.gnu.org/licenses/>.
136
138 Bugs may be reported at https://github.com/Winetricks/winetricks
139
141 The most recent version of winetricks can be downloaded from
142 https://github.com/Winetricks/winetricks/releases
143
144 The latest snapshot of the code may be obtained via git; see
145 https://github.com/Winetricks/winetricks/
146
147 For further information about winetricks see https://github.com/Winet‐
148 ricks/winetricks/
149
150
152 wine(1)
153
154
155
156Winetricks 20190310 March 2019 WINETRICKS(1)