mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-09-27 01:25:03 +02:00
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>
|
|
``` |