Linux

How to play Dead Space on Linux

Dead Space is a survival horror game developed by EA Redwood Shores and published by Electronic Arts. The game was released on PS3, Xbox 360, and Windows. Here’s how to play Dead Space on Linux.

Dead Space was released on Steam but never ported to Linux. Thankfully, the Steam app comes with Proton, taking Windows games and making them run on Linux. To get the latest release of Steam working on your Linux PC, open up a terminal window.

Install Steam

To open up a terminal window on the Linux desktop, press Ctrl + Alt + T on the keyboard. Or, search for “Terminal” in the app menu and launch it that way. When the terminal window is open and ready to use, follow the instructions outlined below.

Ubuntu

To get Steam working on your Ubuntu system, use the following apt install command down below.

sudo apt install steam

Debian

Those looking to get Steam working on Debian will need to download the latest Steam DEB package to their computers. Using the wget download command below, grab the latest DEB package file from Valve.

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

After downloading the Steam DEB package to your computer, the installation can begin. Using the dpkg command download, set up the latest release of the Steam DEB package.

sudo dpkg -i steam.deb

Once the Steam DEB package is configured on your system, you’ll need to correct the dependencies that may have arisen during the installation process using the apt-get install -f.

Arch Linux

Steam works on Arch Linux, but you’ll have to set up the “multilib” software repository on your computer beforehand. To do that, open up the /etc/pacman.conf file in your favorite text editor (as root).

Once the text editor is open on your computer, find the “multilib” line and remove the # symbol from in front. Then, remove the # symbols from the lines directly below. When done, save the edits and run the command below.

sudo pacman -Syy

Finally, set up the latest release of Steam on your computer using the Pacman command below.

sudo pacman -S steam

Fedora/OpenSUSE

If you use Fedora or OpenSUSE Linux, you will be able to set up the latest release of Steam on your computer using software repositories included with the operating system. That being said, the Flatpak release of the app works much better, and we suggest using that instead.

Flatpak

To get Steam working as a Flatpak, start by installing the latest release of the Flatpak runtime on your computer. If you need help setting up the Flatpak runtime on your computer, follow along with our guide on the subject.

Enter the two commands below to set up Steam on your computer after setting up the latest release of the Flatpak runtime on your computer.       

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

Play Dead Space on Linux

With Steam installed on your system, launch the app on your computer. Then, log in to your account and follow along with the step-by-step instructions down below to get Dead Space working on your computer.

Step 1: Find the “Steam” menu and click on it with the mouse. Then, find the “Settings” option and click on it to open up the Steam settings window in the app. 

Inside of the Steam settings window, locate the “Steam Play” section, and select it. Then, check the “Enable Steam Play for supported titles” box and the “Enable Steam Play for all other titles” box.

Step 2: Find the “Store” button inside of Steam and click on it with the mouse to access the Steam store. Once on the Steam store, click on the search box with the mouse. Then, type in “Dead Space.” Finally, press Enter to view the results.

Step 3: Look through the Steam search results for “Dead Space” and click on it with the mouse. Once you’ve selected the game in the search results, it will take you to the game’s Steam store page. 

On the Dead Space Steam store page, find the green “Add to cart” button and click on it with the mouse. Selecting this button will allow you to go through the process of purchasing the game for your account.

Step 4: Find the “Library” button in Steam and click on it with the mouse. When you’ve selected it, locate “Dead Space” and select it to access the game inside of your Steam library. Then, click on the blue “INSTALL” button to download and set up the game.

Step 5: After the game is installed on your Linux PC, the blue “INSTALL” button will turn into a green “PLAY” button. Select the green “PLAY” button to start up Dead Space on your computer. 

Enjoy, and happy gaming!

Похожие статьи

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

Кнопка «Наверх»