
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 machineexplain this command
-
wine:tldr:7f1a5 wine: Run the configuration tool.$ wine winecfgtry on your machineexplain this command
-
wine:tldr:cc1d0 wine: Run a specific program inside the `wine` environment.$ wine ${command}try on your machineexplain this command
-
wine:tldr:d242e wine: Run a specific program in background.$ wine start ${command}try on your machineexplain this command