Files
cheatsheet-tldr/tldr/linux/winetricks
2025-12-20 00:20:53 +00:00

22 lines
503 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# winetricks
> Manage Wine virtual Windows environments.
> More information: <https://gitlab.winehq.org/wine/wine/-/wikis/Winetricks>.
- Start a graphical setup at the default Wine location:
`winetricks`
- Specify a custom Wine directory to run Winetricks in:
`WINEPREFIX={{path/to/wine_directory}} winetricks`
- Install a Windows DLL or component to the default Wine directory:
`winetricks {{package}}`