{"id":1416,"date":"2021-12-16T12:27:41","date_gmt":"2021-12-16T09:27:41","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/25\/how-to-play-orwell-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/25\/how-to-play-orwell-on-linux\/"},"modified":"2021-12-16T12:27:41","modified_gmt":"2021-12-16T09:27:41","slug":"how-to-play-orwell-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1416-how-to-play-orwell-on-linux\/","title":{"rendered":"How to play Orwell on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Orwell is a simulation video game by Osmotic Studios. In the game, the player assumes the role of an operative and monitors security cameras for national security threats. Here\u2019s how to play it on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406030 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"675\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux.jpg 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-2.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-3.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-4.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Orwell works on Linux quite well, as it is a native game. However, that being said, the native release of the game is only accessible through the Linux release of Steam.<\/p>\n<h3>Install Steam<\/h3>\n<p>To get Orwell working on your Linux PC, open up a terminal window on the Linux desktop. You can do that by pressing <strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Alternatively, by searching for it in the app menu.<\/p>\n<p>Once the terminal window is open, follow the installation instructions that correspond to the Linux OS that you are using on your PC.<\/p>\n<h4>Ubuntu<\/h4>\n<p>Getting Steam working on Ubuntu is quite simple. To do it, enter the following\u00a0<strong>Apt install\u00a0<\/strong>command down below.<\/p>\n<pre>\nsudo apt install steam\n<\/pre>\n<h4>Debian<\/h4>\n<p>Those on Debian can get Steam working by downloading the DEB package directly from the internet. To do this, use the <strong>wget\u00a0<\/strong>command down below in a terminal window.<\/p>\n<pre>\nwget https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steam.deb\n<\/pre>\n<p>After downloading the DEB package to your Debian Linux PC, you\u2019ll need to install it. To install the software, use the following\u00a0<strong>dpkg\u00a0<\/strong>command down below.<\/p>\n<pre>\nsudo dpkg -i steam.deb\n<\/pre>\n<p>Following the installation of Steam onto your computer, you\u2019ll need to clean up all of the dependency issues that may have arisen during the installation. You can do that with the command below.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>In Arch Linux, Steam is installable through the \u201cmultilib\u201d software repository. To get it working on your system, start by opening up the <code>\/etc\/pacman.conf<\/code> file in your favorite text editor (with the root account.)\u00a0<\/p>\n<p>Once open, find the \u201cmultilib\u201d line and remove the # symbol from in front of it. Additionally, remove the # symbols from the lines directly below it. Then, save the edits.<\/p>\n<p>After you\u2019ve saved the edits, resync your system to the official Arch Linux repositories using the command below.<\/p>\n<pre>\nsudo pacman -Syy\n<\/pre>\n<p>Finally, install the latest release of Steam on Arch with the command below.<\/p>\n<pre>\nsudo pacman -S steam\n<\/pre>\n<h4>Fedora\/OpenSUSE<\/h4>\n<p>Fedora and OpenSUSE users can both install Steam directly from software Linux repositories. That being said, the Flatpak release of Steam tends to work much better on these operating systems, so we suggest following those instructions instead.<\/p>\n<h4>Flatpak<\/h4>\n<p>To get Steam working via Flatpak, you\u2019ll first need to enable the Flatpak runtime on your system. Getting the Flatpak runtime is easy; follow our guide on the subject.\u00a0<\/p>\n<p>Once the Flatpak runtime is up and running, you can install the Steam app via Flatpak using 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 Orwell on Linux<\/h3>\n<p>Now that Steam is up and running on your system launch the program on your desktop and follow along with the step-by-step instructions down below to get Orwell working on your Linux PC.<\/p>\n<p><strong>Step 1:\u00a0<\/strong>Open up the Steam app, find the \u201cStore\u201d button, and click on it with the mouse. When you select the \u201cStore\u201d button, you\u2019ll be directed to the Steam storefront.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406031 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux.png\" alt=\"\" width=\"1200\" height=\"969\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>On the Steam Storefront, find the search box and click on it with the mouse. Then, use the keyboard to type in \u201cOrwell\u201d into the text box. Finally, press the <strong>Enter key\u00a0<\/strong>on the keyboard to view the search results.<\/p>\n<p><strong>Step 2:<\/strong> Look through the search results for \u201cOrwell\u201d and select it with the mouse. When you do choose the \u201cOrwell\u201d search result, you\u2019ll be taken to the game\u2019s Steam storefront page.\u00a0<\/p>\n<p>On the Orwell Steam storefront page, locate the green \u201cAdd to cart\u201d button and click on it with the mouse. When you select this button, you\u2019ll add the game to your Steam cart.\u00a0<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406032 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"1070\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-5.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-7.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 3:<\/strong> Click on the cart icon inside of Steam to access your shopping cart. Then, go through the process of purchasing Orwell for your Steam account. When done, click on the \u201cLibrary\u201d button to access your Steam library.<\/p>\n<p><strong>Step 4:<\/strong> Click on the search box in your Steam library with the mouse. After clicking on the search box, type in \u201cOrwell\u201d into the box. Then, press the <strong>Enter\u00a0<\/strong>key to view the search results.<\/p>\n<p>Inside of the search results, locate Orwell and click on it with the mouse. When you select the game in the search results, you\u2019ll access its Steam game page.<\/p>\n<p>Inside the Steam game page for Orwell, find the blue \u201cINSTALL\u201d button, and click on it with the mouse. After selecting this button, Steam will begin downloading the software to your Linux PC.\u00a0<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406029 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-1.jpg\" alt=\"\" width=\"1200\" height=\"800\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-1.jpg 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-5.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-6.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-orwell-on-linux-7.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 5:<\/strong> When the installation of Orwell is complete, the blue \u201cINSTALL\u201d button will become a green \u201cPLAY\u201d button. Select the \u201cPLAY\u201d button to start up Orwell on your Linux PC.\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Orwell is a simulation video game by Osmotic Studios. In the game, the player assumes the role of an operative and monitors security cameras for national security threats. Here\u2019s how to play it on Linux. Orwell works on Linux quite well, as it is a native game. However, that being said, the native &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1417,"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\/1416"}],"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=1416"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1416\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1417"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}