mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-09-26 22:25:03 +02:00
14 lines
No EOL
302 B
Markdown
14 lines
No EOL
302 B
Markdown
# Run Windows apps with Wine or Bottles on Void Linux
|
|
|
|
## Prerequisites
|
|
|
|
- Wine : wine wine-32bit libwine libwine-32bit winetricks wine-tools wine-common
|
|
- Bottles: flatpak install flathub com.usebottles.bottles
|
|
|
|
## Run .exe Apps
|
|
|
|
To run .exe programs run this command.
|
|
|
|
```bash
|
|
wine <program-name>
|
|
``` |