open exe file in ubuntu code example
Example 1: ubuntu open file from terminal
xdg-open file-name
# xdg-open myPicture.png
Example 2: will exe file work on ubantu
Windows .exe files are not natively compatible with any other
desktop operating system, including Linux, Mac OS X and Android.
Software installers made for Ubuntu (and other Linux distributions)
are usually distributed as '. Deb' files. ... By using a compatibility
layer called 'Wine' that can run many popular apps.