Forrest logo
back to context overview

wine

List of commands for wine:

  • wine:tldr:61c69 wine: Install/uninstall an MSI package.
    $ wine msiexec /${select} ${path-to-package-msi}
    try on your machine
    explain this command
  • wine:tldr:7f1a5 wine: Run the configuration tool.
    $ wine winecfg
    try on your machine
    explain this command
  • wine:tldr:cc1d0 wine: Run a specific program inside the `wine` environment.
    $ wine ${command}
    try on your machine
    explain this command
  • wine:tldr:d242e wine: Run a specific program in background.
    $ wine start ${command}
    try on your machine
    explain this command
back to context overview