0

I'm trying execute tuxlol.exe. I tried ./tuxlol but I keep getting error messages saying no such command exists.

The code I'm trying to execute in terminal is:

$ mono tuxlol.exe patch --dir "LEAGUE_OF_LEGENDS_DIR"

Here's the website where I'm getting information from.

How to install League of Legends in Ubuntu 14.04

1 Answers1

0

By downloading Wine, you will be able to run an Executable. A ..exe (or in the old days .exec) is a Windows platform program that tell the code to initialize and run. This is where Wine comes in. http://Winehq.org This is where any windows item you come across can be installed on to your system without Linux being confused. LoL is current with version 1.79, which will play just about every game out there and execute about any file with the Windows platform code.

Virusboy
  • 1,566