0

I'm a newbie in using Ubuntu. I have wubi right now.

I know the basics, but I don't know if I can install Windows online games (such as League of Legends) on Ubuntu and use them without problems.

Can anyone help me with this?

Zanna
  • 72,312

1 Answers1

0

You can play League of Legends with wine

Check how well the game works with wine here:

https://www.winehq.org/

The easiest way to use wine is to install playonlinux

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E0F72778C4676186
sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
Zanna
  • 72,312