15 lines
No EOL
313 B
Markdown
15 lines
No EOL
313 B
Markdown
# Run Windows apps with Wine or Bottles on Void Linux
|
|
|
|
## Prerequisites
|
|
|
|
- Wine : wine wine-32bit winetricks wine-tools wine-common
|
|
- Libwin : libwine libwine-32bit
|
|
- Bottles: flatpak install flathub com.usebottles.bottles
|
|
|
|
## Run .exe Apps
|
|
|
|
To run .exe programs run this command.
|
|
|
|
```bash
|
|
wine <program-name>
|
|
``` |