Will "World Of Tanks" run on Ubuntu?

I play world of tanks (a Game) in windows. Will it work on ubuntu? Better, worse, same? I would like to try Ubuntu but not if w.o.t won't work.


Solution 1:

World of Tanks is available for Windows only as I see on the Website. But there are possibilities to run Windows software on Linux.

Wine

Wine is a program that allows you to install and use Windows programs. It's not perfect, but there is a database where you can see whether the program worked according to other people. This link was already posted in the comments of your question: http://appdb.winehq.org/objectManager.php?sClass=application&iId=11544

As you can see the newest versions of the game are rated in "GOLD", the game should run fine. Details can also be found in this database.

Since Wine is a bit complicated to new or inexperienced users, I recommend using Wine via
Crossover (http://www.codeweavers.com/products/)
or PlayOnLinux(Free, downloadable in Software Center).

These programs will use Wine to run windows software, but offer an easier interface. You can also try using Wine without this software. Just look for "Wine" in the Ubuntu Software Center.

Please keep in mind, that even with this database, and even if I would try it out for you, there is no guarantee that it will work on your specific hardware. It's not a native solution, but a workaround. It's GOLD rating looks promising, through.

Solution 2:

Just works under wine 3.21-staging and up.
Current stable version is 4.0.

Based on wine's application database, the game has gold status, which means it should work without any problems. If something goes wrong, check the linked website for all the available workarounds.


Install

If your system is x64, you need to enable x86 architecture

sudo dpkg --add-architecture i386 

Download and add the repository key

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

Add the repository based on your ubuntu version

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main'
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ trusty main'

Update packages with

sudo apt update

Install one of the following packages

Note, that there is no space between winehq-stable etc.

sudo apt install --install-recommends winehq-stable
sudo apt install --install-recommends winehq-devel
sudo apt install --install-recommends winehq-staging

Solution 3:

Yes it will work under Wine (compatibility layer for Windows' apps under Ubuntu). Just install Wine under Ubuntu and install your game with Wine. Look here for more info.

For more info about installing Wine see this Answer.

Solution 4:

i think that you should try out a program called lutris. Its completely free, automatically sets the correct wine versions for your games and has a fast-growing community. You can download the program here : https://lutris.net/downloads/ . After installing lutris, just click here : https://lutris.net/games/world-of-tanks/ ,and install WoT.