tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.31k stars 67 forks source link

"Unable to find an interpreter" when running the downloaded exe #140

Closed dlwiii closed 9 months ago

dlwiii commented 9 months ago

Downloaded onto Ubuntu. Ran chmod a+x, then tried the exe:

$ ./netpad-0.6.0-win-x64.exe run-detectors: unable to find an interpreter for ./netpad-0.6.0-win-x64.exe

dotnet 7.0.114 is installed in /usr/share/dotnet

What am I missing?

tareqimbasher commented 9 months ago

The .exe package is for Windows. On Ubuntu, you want to download the netpad-0.6.0-linux-amd64.deb file instead and then install that.

sudo dpkg –i /path/to/netpad-0.6.0-linux-amd64.deb
tareqimbasher commented 9 months ago

Feel free to reopen if not resolved