From 79d8cb64b71d8792f484f1049a642efacf19434d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 13 Feb 2021 21:49:02 +0200 Subject: [PATCH] winetricks: add page (#5265) --- pages/linux/winetricks.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/winetricks.md diff --git a/pages/linux/winetricks.md b/pages/linux/winetricks.md new file mode 100644 index 000000000..55ef8930a --- /dev/null +++ b/pages/linux/winetricks.md @@ -0,0 +1,16 @@ +# winetricks + +> Manage Wine virtual Windows environments. +> More information: . + +- 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}}`