master131/iFakeLocation

Issue

Dogoj opened this issue · 1 comments

Dogoj commented

Hello im trying to install on Linux mint. i Have downloaded the .NET 6.0 runtime but i am getting this error message? any advice would be great.

chmod +x ./iFakeLocation
./iFakeLocation

or

dotnet ./iFakeLocation.dll
chmod: cannot access './iFakeLocation': No such file or directory
bash: ./iFakeLocation: No such file or directory
The command could not be loaded, possibly because:

  • You intended to execute a .NET application:
    The application './iFakeLocation.dll' does not exist.
  • You intended to execute a .NET SDK command:
    No .NET SDKs were found.

Download a .NET SDK:
https://aka.ms/dotnet-download

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

Should be
chmod +x iFakeLocation
alternatively you can run dotnet iFakeLocation.dll