2019-12-25 13:15:17 +00:00
|
|
|
# wine
|
|
|
|
|
2022-08-03 04:55:23 +01:00
|
|
|
> Run Windows executables on Unix-based systems.
|
2019-12-25 13:15:17 +00:00
|
|
|
> More information: <https://wiki.winehq.org/>.
|
|
|
|
|
2022-08-03 04:55:23 +01:00
|
|
|
- Run a specific program inside the `wine` environment:
|
2019-12-25 13:15:17 +00:00
|
|
|
|
2022-08-03 04:55:23 +01:00
|
|
|
`wine {{command}}`
|
2019-12-25 13:15:17 +00:00
|
|
|
|
2022-08-03 04:55:23 +01:00
|
|
|
- Run a specific program in background:
|
2019-12-25 13:15:17 +00:00
|
|
|
|
2022-08-03 04:55:23 +01:00
|
|
|
`wine start {{command}}`
|
2019-12-25 13:15:17 +00:00
|
|
|
|
2022-08-03 04:55:23 +01:00
|
|
|
- Install/uninstall an MSI package:
|
2019-12-25 13:15:17 +00:00
|
|
|
|
2022-08-03 04:55:23 +01:00
|
|
|
`wine msiexec /{{i|x}} {{path/to/package.msi}}`
|
2019-12-25 13:15:17 +00:00
|
|
|
|
2022-08-03 04:55:23 +01:00
|
|
|
- Run `File Explorer`, `Notepad`, or `WordPad`:
|
2019-12-25 13:15:17 +00:00
|
|
|
|
2022-08-03 04:55:23 +01:00
|
|
|
`wine {{explorer|notepad|write}}`
|
|
|
|
|
|
|
|
- Run `Registry Editor`, `Control Panel`, or `Task Manager`:
|
|
|
|
|
|
|
|
`wine {{regedit|control|taskmgr}}`
|
|
|
|
|
|
|
|
- Run the configuration tool:
|
|
|
|
|
|
|
|
`wine winecfg`
|