mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
503 B
Plaintext
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}}`
|