# wget wine App Image chmod +x wine-x86_64.AppImage # ./wine-x86_64.AppImage winecfg ./wine-x86_64.AppImage whatever.exe ./wine-stable_10.0-x86_64.AppImage --appimage-extract cd squashfs-root ./AppRun whatever.exe
Wine Windows Usages
How Wine works 101
Wine is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD (https://www.winehq.org). If you have been using Linux for some time now, chances are you've used Wine at some point.
https://werat.dev/blog/how-wine-works-101


Seonglae Cho