1WINETRICKS(1)                Wine Package Manager                WINETRICKS(1)
2
3
4

NAME

6       winetricks - manage virtual Windows environments using Wine
7

SYNOPSIS

9       winetricks [options] [verb ... ]
10

DESCRIPTION

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

OPTIONS

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

COMMANDS

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       fonts list
79              list verbs in category 'fonts'
80
81       settings list
82              list verbs in category 'settings'
83
84       list   list categories
85
86       list-cached
87              list cached-and-ready-to-install verbs
88
89       list-download
90              list verbs which download automatically
91
92       list-manual-download
93              list verbs which download with some help from the user
94
95       list-installed
96              list already-installed verbs
97
98       arch=32|64
99              create wineprefix with 32 or 64 bit, this option must  be  given
100              before  prefix=foobar  and  will not work in case of the default
101              wineprefix.
102
103       prefix=foobar
104              select WINEPREFIX=$HOME/.local/share/wineprefixes/foobar
105
106       annihilate
107              Delete ALL DATA AND APPLICATIONS INSIDE THIS WINEPREFIX
108
109

EXAMPLES

111       To see list of available packages to install:
112              winetricks list-download
113
114       To install a package:
115              winetricks 7zip
116
117

ENVIRONMENT VARIABLES

119       Wine checks several environment variables on startup:
120
121       WINE   If set, this specifies which wine binary to use by default
122
123       WINESERVER
124              If set, this specifies which wineserver to use by default
125
126       WINEPREFIX
127              If set, this specifies the location of the default .wine  direc‐
128              tory ( usually $HOME/.wine ).
129
130       XDG_CACHE_HOME
131              If  set,  this  is  path  to  system's user data cache (default:
132              $HOME/.cache)  W_CACHE  path  to  Winetricks'  user  data  cache
133              (default: $XDG_CACHE_HOME/winetricks}
134
135

AUTHORS

137       Dan  Kegel,  Austin  English,  and  many  others.  For a complete list,
138       please see the "Copyright" section in the file 'winetricks'.
139
140
142       This program is free software; you can redistribute it and/or modify it
143       under  the terms of the GNU Library General Public License as published
144       by the Free Software Foundation; either version 2 of  the  License,  or
145       (at       your      option)      any      later      version.       See
146       <https://www.gnu.org/licenses/>.
147

BUGS

149       Bugs may be reported at https://github.com/Winetricks/winetricks
150

AVAILABILITY

152       The  most  recent  version  of  winetricks  can  be   downloaded   from
153       https://github.com/Winetricks/winetricks/releases
154
155       The  latest  snapshot  of  the  code  may  be  obtained  via  git;  see
156       https://github.com/Winetricks/winetricks/
157
158       For further information about winetricks see  https://github.com/Winet
159       ricks/winetricks/
160
161

SEE ALSO

163       wine(1)
164
165
166
167Winetricks 20210206              February 2021                   WINETRICKS(1)
Impressum