mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 03:50:31 +00:00
Update cheatsheets
This commit is contained in:
33
linux/wine
Normal file
33
linux/wine
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# wine
|
||||
|
||||
> Run Windows executables on Unix-based systems.
|
||||
> More information: <https://wiki.winehq.org/>.
|
||||
|
||||
- Run a specific program inside the `wine` environment:
|
||||
|
||||
`wine {{command}}`
|
||||
|
||||
- Run a specific program in background:
|
||||
|
||||
`wine start {{command}}`
|
||||
|
||||
- Install/uninstall an MSI package:
|
||||
|
||||
`wine msiexec /{{i|x}} {{path/to/package.msi}}`
|
||||
|
||||
- Run `File Explorer`, `Notepad`, or `WordPad`:
|
||||
|
||||
`wine {{explorer|notepad|write}}`
|
||||
|
||||
- Run `Registry Editor`, `Control Panel`, or `Task Manager`:
|
||||
|
||||
`wine {{regedit|control|taskmgr}}`
|
||||
|
||||
- Run the configuration tool:
|
||||
|
||||
`wine winecfg`
|
||||
Reference in New Issue
Block a user