mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:35:32 +02:00
wine: add page (#3453)
Co-authored-by: Lucas Gabriel Schneider <casdpa@gmail.com> Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
This commit is contained in:
parent
35b8a5aa76
commit
8da0cdcb26
1 changed files with 20 additions and 0 deletions
20
pages/linux/wine.md
Normal file
20
pages/linux/wine.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# wine
|
||||
|
||||
> Run Windows programs on Unix.
|
||||
> More information: <https://wiki.winehq.org/>.
|
||||
|
||||
- Run ipconfig.exe program:
|
||||
|
||||
`wine {{ipconfig}} {{/all}}`
|
||||
|
||||
- Run cmd.exe in background:
|
||||
|
||||
`wine start {{cmd}}`
|
||||
|
||||
- Run Windows-like Package Manager:
|
||||
|
||||
`wine uninstaller`
|
||||
|
||||
- Install MSI packages:
|
||||
|
||||
`wine msiexec /i {{package}}`
|
Loading…
Add table
Reference in a new issue