{"id":1158,"date":"2021-12-16T12:44:55","date_gmt":"2021-12-16T09:44:55","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/11\/30\/how-to-play-dead-cells-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/11\/30\/how-to-play-dead-cells-on-linux\/"},"modified":"2021-12-16T12:44:55","modified_gmt":"2021-12-16T09:44:55","slug":"how-to-play-dead-cells-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1158-how-to-play-dead-cells-on-linux\/","title":{"rendered":"How to play Dead Cells on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Dead Cells is a roguelike video game inspired by Metroid and Castlevania. It was developed and published by Motion Twin. Here\u2019s how you can play Dead Cells on your Linux PC.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-413378 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux.png\" alt=\"\" width=\"1200\" height=\"784\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-3.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-4.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-5.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Dead Cells is a native Linux video game. That said, it can only be played on your Linux system via Steam. So if you\u2019d like to get this game working on your Linux computer, you\u2019ll need to get the Linux system of Steam working.<\/p>\n<h3>Install Steam<\/h3>\n<p>To start the installation process on Linux, you\u2019ll need a terminal window. You can open up a terminal window on the Linux desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open and ready to use, the installation can begin. Using the instructions down below, get the latest version of Steam working on your computer.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, the Steam app is installable via the <strong>apt install<\/strong> command down below.<\/p>\n<pre>\nsudo apt install steam\n<\/pre>\n<h4>Debian<\/h4>\n<p>Those on Debian Linux who want to get Steam working will need to download the Steam DEB package and install it manually. To get your hands on the latest Steam DEB package, make use of the <strong>wget<\/strong> download command.<\/p>\n<pre>\nwget https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steam.deb\n<\/pre>\n<p>After downloading the Steam DEB package to your computer, you\u2019ll be able to install it using the <strong>dpkg<\/strong> command.<\/p>\n<pre>\nsudo dpkg -i steam.deb\n<\/pre>\n<p>Once the Steam DEB package is set up on your computer, you will need to correct the dependency errors during the installation process. To do that, run the following <strong>apt-get install -f<\/strong> command.<\/p>\n<h4>Arch Linux<\/h4>\n<p>If you\u2019re on Arch Linux and need to install Steam, you\u2019ll have to enable the \u201cmultilib\u201d software repository. To enable this software repository, open up the \/etc\/pacman.conf file in your favorite text editor (as root).<\/p>\n<p>Once the file is open in the text editor, locate the \u201cmultilib\u201d line and remove the # symbol from in front. Then, remove the # symbol from the lines directly below. Save your edits when done.<\/p>\n<p>After editing, run the <strong>pacman -Syy<\/strong> command to re-sync Arch with the official software servers.<\/p>\n<pre>\nsudo pacman -Syy\n<\/pre>\n<p>Finally, install the latest release of Steam onto your computer.<\/p>\n<pre>\nsudo pacman -S steam\n<\/pre>\n<h4>Fedora\/OpenSUSE<\/h4>\n<p>If you use Fedora or OpenSUSE Linux, getting the Steam app working through software repositories included out of the box is possible. That said, the Flatpak release of Steam works much better on these OSes, and we suggest those instructions instead.<\/p>\n<h4>Flatpak<\/h4>\n<p>The Steam version of Flatpak can only be installed so long as the Flatpak runtime is set up. To set up the Flatpak runtime on your computer, follow our guide. After setting it up, install Steam on your computer with the two commands below.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<pre>\nflatpak install flathub com.valvesoftware.Steam\n<\/pre>\n<h3>Install Dead Cells on Linux<\/h3>\n<p>After installing Steam on Linux, open it up on the desktop. Once it is open, sign in and follow the step-by-step instructions below to get Dead Cells working on Linux.<\/p>\n<p><strong>Step 1:<\/strong> Find the \u201cStore\u201d button inside of the Steam app and click on it with the mouse. Once you\u2019ve selected the \u201cStore\u201d button, you\u2019ll be brought to the Steam storefront.<\/p>\n<p>On the Steam storefront, locate the search box and click on it with the mouse. When you select the search box, type in \u201cDead Cells.\u201d Then, press the <strong>Enter<\/strong> key to view the search results.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-413381 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"432\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-6.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-7.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-8.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 2:<\/strong> Look through the Steam store search results for \u201cDead Cells.\u201d Once you\u2019ve located the game in the search results, click on it with the mouse. When you click on the game in the search results, Steam will load up the Dead Cells Steam store page.<\/p>\n<p>On the Dead Cells Steam store page, look for the green \u201cAdd to cart\u201d button, and click on it with the mouse. Upon clicking on this button, you\u2019ll add Dead Cells to your shopping cart.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-413384 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-2.png\" alt=\"\" width=\"1200\" height=\"423\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-2.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-9.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-10.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-11.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Click on the shopping cart icon in the Steam app to access your cart. Then, go through the process of purchasing Dead Cells for your Steam account.<\/p>\n<p><strong>Step 3:<\/strong> Find the \u201cLibrary\u201d button in the Steam app and click on it with the mouse. When the \u201cLibrary\u201d button is selected, Steam will load up your games collection.<\/p>\n<p>Locate the search box inside of the Steam library area and click on it with the mouse. Then, type in \u201cDead Cells.\u201d Your game should come up.<\/p>\n<p><strong>Step 4:<\/strong> Click on \u201cDead Cells\u201d in the Steam library search results to access the game\u2019s Steam library page. Then, find the blue \u201cINSTALL\u201d button, and click on it with the mouse.<\/p>\n<p>Upon clicking the blue \u201cINSTALL\u201d button, Steam will begin downloading and installing Dead Cells to your Linux PC. This installation shouldn\u2019t take too long to complete.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-413378 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux.png\" alt=\"\" width=\"1200\" height=\"784\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-3.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-4.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-dead-cells-on-linux-5.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 5:<\/strong> When the installation process is complete, the blue \u201cINSTALL\u201d button will become a green \u201cPLAY\u201d button. Select it to start up the game on your Linux system.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Dead Cells is a roguelike video game inspired by Metroid and Castlevania. It was developed and published by Motion Twin. Here\u2019s how you can play Dead Cells on your Linux PC. Dead Cells is a native Linux video game. That said, it can only be played on your Linux system via Steam. So &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1159,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1158"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1158"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1158\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1159"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}