Can i run my twitch host bot on DO?
my issue is itsa .exe file
can i put this on linux
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Usually running
.exe
files is not supported on Linux natively.However, you could try using a program called Wine. To install Wine on Ubuntu you could follow the steps here:
Then finally to run the
.exe
file use the following command:For more information about wine check their official website here:
https://www.winehq.org/
If this does not work with your bot, I could suggest finding a bot that is supported for Linux. Regards, Bobby