1. Home
  2. Linux
  3. How to play craft the world on linux

How to play Craft The World on Linux

Craft The World is a sandbox strategy game developed by Dekovir Entertainment and published by Black Maple Games. In this guide, we’ll show you how you can play Craft The World on Linux.

Getting Craft The World working on Linux

To play Craft The World on Linux, you’ll need to enable Proton. Proton can only be enabled on the Steam client for Linux. As a result, you’ll have to install the Steam client on your Linux PC.

To install Steam on Linux, open up a terminal window. You can open up a terminal window by pressing Ctrl + Alt + T on the keyboard. Alternatively, search for “Terminal” in the app menu and launch it that way.

With the terminal window open, the installation can begin. Follow along with the instructions below to get the Steam app set up on your computer.

Ubuntu

To install Steam on Ubuntu, run the following apt install command.

sudo apt install steam

Debian

You’ll need to download the Steam DEB package to your computer to install it. Using the wget command below, download the latest Steam DEB package to your Debian PC.

wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb

After downloading the latest version of Steam to your computer, you can install it using the following dpkg command.

sudo dpkg -i steam.deb

With the Steam DEB package installed on your Debian PC, you’ll need to correct any dependency issues that occurred during the installation process.

sudo apt-get install -f

Arch Linux

To install Steam on Arch Linux, you must first enable the “multilib” software repository on your computer. You can enable it by opening up the /etc/pacman.conf file in a text editor (as root).

Once the text editor is open, find the “multilib” line and remove the # symbol. Also, remove the # symbol from the line directly below. Then save the edits and run the pacman -Syy command.

sudo pacman -Syy

Finally, install the Steam app using the pacman command.

sudo pacman -S steam

Fedora/OpenSUSE

If you use Fedora or OpenSUSE, you can install the Steam app from the included software repositories on your system. However, we suggest using the Flatpak release of Steam as it tends to work better on these OSes.

Flatpak

To install Steam on your computer as a Flatpak, start by enabling the Flatpak runtime. After enabling it, enter the two commands below to install Steam on your system.

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.valvesoftware.Steam

After setting up the Steam program on your Linux PC, launch it by opening it up via the app menu. Once the Steam app is open, follow the step-by-step instructions below to get Craft The World working on Linux.

Step 1: Find the “Steam” menu inside the Steam app and click on it. After selecting the “Steam” button, click on the “Settings” button to open up the Steam settings area. Then, click on the “Steam Play” section, and check both the “Enable Steam Play for supported titles” box and the “Enable Steam Play for all other titles”.

Step 2: Find the “Store” button inside of the Steam app and click on it with the mouse. After selecting “Store,” click on the search box and type in “Craft The World.” Press the Enter key to view the search results.

Step 3: Look through the search results for “Craft The World.” Once you’ve found it, click on it to access the game’s Steam storefront page. Then, look on the Craft The World Steam storefront page for the green “Add to cart” button and click on it to add the game to your Steam cart.

Step 3: Upon adding the game to your Steam cart, purchase it. Then, select the “Library” button inside the Steam app to load up your Steam games library.

Once inside your Steam game library, look for “Craft The World,” and select it with the mouse.

Step 4: Upon selecting the “Craft The World” Steam game in your library, find the blue “INSTALL” button. Select this button to download and install Craft The World to your Linux computer.

Step 5: When Craft The World is done downloading to your computer, the blue “INSTALL” button will become a green “PLAY” button. Select the green “PLAY” button to start up Craft The World on your Linux PC.

Troubleshooting Craft The World

Craft The World has a great rating on ProtonDB, and the game should work out of the box. That being said, if you’re having issues playing the game on your Linux PC, be sure to check its ProtonDB page.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.