mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
winetricks: add page (#5265)
This commit is contained in:
parent
5cd65c2850
commit
79d8cb64b7
1 changed files with 16 additions and 0 deletions
16
pages/linux/winetricks.md
Normal file
16
pages/linux/winetricks.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# winetricks
|
||||
|
||||
> Manage Wine virtual Windows environments.
|
||||
> More information: <https://wiki.winehq.org/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}}`
|
Loading…
Add table
Reference in a new issue