Frequently Asked Question
Can I install Windows applications?
Last Updated 3 years ago
Yes, you can. Windows applications are supported through emulation by Wine. They are not supported on NVIDIA Jetson AGX units, so you need to use a computing unit with Intel architecture (e.g. PowerEdge units). Because they run through emulation, Windows applications are not guaranteed to work 100%.
For Win32 applications, open a terminal and enter the command:
WINEPREFIX="$HOME/.wine32" wine
For Win64 applications, open a terminal and enter the command:
WINEPREFIX="$HOME/.wine64" wine
C Drive is located at $HOME/.wine/drive_c
Please contact us if you encounter any difficulties.