System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.