winetricks
Install Windows runtime libraries for Wine
TLDR
Start a graphical setup at the default Wine location
SYNOPSIS
winetricks [options] [verb...]
DESCRIPTION
winetricks is a helper script to download and install various redistributable runtime libraries and settings needed to run Windows programs under Wine. It automates the installation of components like DirectX, Visual C++ runtimes, fonts, and .NET Framework.
The tool provides both a graphical interface and command-line operation. It can install multiple components at once and handles dependencies automatically. Each installation can be done in a specific Wine prefix.
PARAMETERS
verb
Package, font, or setting to install/configure--gui
Start graphical interface--force
Force installation even if already installed--unattended
Don't show prompts during installation--no-isolate
Don't install in isolated environment--verify
Verify installation after completionlist
List available verbslist-download
List packages that can be downloadedapps / benchmarks / dlls / fonts / games / settings
List verbs in specific categoryWINEPREFIX=path
Environment variable to specify Wine prefix
CAVEATS
Some components require accepting license agreements even in unattended mode. Downloaded files are cached in ~/.cache/winetricks. Some verbs require an internet connection to download components from Microsoft or other sources.
HISTORY
Created by Dan Kegel and released in 2007 as a shell script to automate common Wine setup tasks. Became an essential companion tool for Wine users, reducing the complexity of configuring Windows applications. Now maintained by the Wine community.
