wine
Run Windows executables on Unix-based systems. More information: <https://wiki.winehq.org/>.
Install
- All systems
-
curl cmd.cat/wine.sh
- Debian
-
apt-get install wine - Ubuntu
-
apt-get install wine-core -
Alpine
-
apk add wine - Kali Linux
-
apt-get install wine-core - Fedora
-
dnf install wine-core - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install wine-core - OS X
-
brew install wine - Raspbian
-
apt-get install wine-core - Docker
-
docker run cmd.cat/wine winepowered by Commando
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
© tl;dr; authors and contributors