wine
Run Windows programs on Unix.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).