Linux command
winetricks 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
winetricks
Example
WINEPREFIX=[path/to/wine_directory] winetricks
Example
winetricks [package]
说明
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.
参数
- --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 completion
- list
- List available verbs
- list-download
- List packages that can be downloaded
- apps / benchmarks / dlls / fonts / games / settings
- List verbs in specific category
- WINEPREFIX=_path_
- Environment variable to specify Wine prefix
FAQ
What is the winetricks command used for?
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.
How do I run a basic winetricks example?
Run `winetricks` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --gui do in winetricks?
Start graphical interface