hyprland-dots/guides/windows-void.md
2024-03-10 16:34:32 +03:30

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>
```