{"id":1514,"date":"2021-12-16T13:05:35","date_gmt":"2021-12-16T10:05:35","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/29\/how-to-play-portal-2-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/29\/how-to-play-portal-2-on-linux\/"},"modified":"2021-12-16T13:05:35","modified_gmt":"2021-12-16T10:05:35","slug":"how-to-play-portal-2-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1514-how-to-play-portal-2-on-linux\/","title":{"rendered":"How to play Portal 2 on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Portal 2 is the second game in the Portal series. It follows Chell, a woman trapped in a science testing facility, who uses a portal gun to complete tests. In this guide, we\u2019ll show you how to play Portal 2 on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403025 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux.jpg\" alt=\"Portal 2 on Linux\" width=\"1200\" height=\"675\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux.jpg 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-2.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-3.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-4.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Portal 2 is native to Linux and came out on the platform Shortly after Valve released Steam for Linux. That said, the only way to play the game on Linux is through Steam, so we must go over how to install the Steam for Linux client.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, you can install the latest release of Steam by making use of the\u00a0<strong>apt install\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt install steam\n<\/pre>\n<h4>Debian<\/h4>\n<p>If you\u2019re using Debian Linux, Steam is best installed by downloading the Steam DEB package directly from the Valve Steam website, rather than dealing with the Debian \u201cNon-free\u201d software repository.<\/p>\n<p>To start the download of Steam onto your Debian Linux PC, make use of the following\u00a0<strong>wget\u00a0<\/strong>download command. It will follow the Steam DEB URL and download the DEB package directly to your home folder.<\/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, the next step is to install the software. To install Steam on your Debian PC, make use of the\u00a0<strong>dpkg\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo dpkg -i steam.deb\n<\/pre>\n<p>Once the Steam DEB package is installed onto your computer, you\u2019ll need to clean up and correct any dependency issues present on the system so that Steam can run correctly. Use the\u00a0<strong>apt-get install -f\u00a0<\/strong>command.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>On Arch Linux, the Steam app is available, but only through the \u201cMultilib\u201d software repository. To set it up, open up the \/etc\/pacman.conf file in a text editor. Once open, locate the \u201cMultilib\u201d line and remove the # symbol, as well as from lines directly below it. Then, save and re-sync Pacman with the command below.<\/p>\n<pre>\nsudo pacman -Syy\n<\/pre>\n<p>With everything re-synced, you can quickly install the Steam app on your Arch Linux system with the following command.<\/p>\n<pre>\nsudo pacman -S steam\n<\/pre>\n<h4>Fedora\/OpenSUSE<\/h4>\n<p>If you\u2019re using Fedora or OpenSUSE, you can get the latest Steam app up and running by installing it through software repositories included with your operating system, and it\u2019ll run games just fine. However, the Flatpak release of Steam seems to work better on these operating systems, and we suggest following those instructions instead.<\/p>\n<h4>Flatpak<\/h4>\n<p>To get Steam working on Flatpak, you\u2019ll first need to enable the Flatpak runtime on your system. Thankfully, it is very easy to set up the Flatpak runtime. To do it, please follow our in-depth guide on the subject.<\/p>\n<p>After setting up the Flatpak runtime on your computer, you will need to enable the Flathub app store. Flathub has many different types of apps available, including Steam. To enable it, use the following\u00a0<strong>flatpak remote-add\u00a0<\/strong>command below.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<p>With the Flathub app store enabled and ready to use on your Linux PC, Steam can be installed. To install Steam on your Linux PC, use the following\u00a0<strong>flatpak install\u00a0<\/strong>command below in a terminal window.<\/p>\n<pre>\nflatpak install flathub com.valvesoftware.Steam\n<\/pre>\n<h3>Play Portal 2 on Linux<\/h3>\n<p>After setting up Steam on your Linux system, open up the app and log into your account using your user name and password. Once you\u2019ve logged into Steam, follow along with the step-by-step instructions below to Play Portal 2 on Linux.<\/p>\n<p><strong>Step 1:<\/strong> Find the Steam \u201cSTORE\u201d button at the top of the page, and click on it with the mouse. When you select this button, you\u2019ll be able to access the Steam Storefront.\u00a0<\/p>\n<p>Once on the Steam Storefront, find the search box, and click on it with the mouse. From there, type in \u201cPortal 2\u201d in the text box. Press the\u00a0<strong>Enter\u00a0<\/strong>key to view the search results.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403023 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux.png\" alt=\"\" width=\"1200\" height=\"536\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 2:<\/strong> In the search results, select \u201cPortal 2\u201d to access the game\u2019s Steam storefront page. When you\u2019ve made it to the game\u2019s Storefront page, locate the green \u201cadd to cart\u201d button.<\/p>\n<p>Select the green \u201cadd to cart\u201d button to add the game to your cart. Once it is in your cart, click on the cart icon. From there, you\u2019ll be able to go through the process of purchasing Portal 2 for your Steam account.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403024 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"618\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-5.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-7.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p><strong>Step 3:<\/strong> Find the \u201cLIBRARY\u201d button in Steam, and click on it with the mouse. From there, look through your games library for \u201cPortal 2,\u201d and click on it with the mouse to access it.<\/p>\n<p>After clicking on \u201cPortal 2\u201d find the blue \u201cINSTALL\u201d button and select it with the mouse. By clicking on this button, the installation of Portal 2 will begin. Sit back, as it may take some time.<\/p>\n<p><strong>Step 4:<\/strong> When the download process is complete, the blue \u201cINSTALL\u201d button will turn into a green \u201cPLAY\u201d button. Select this button to start up Portal 2. Enjoy, and happy gaming!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403026 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-1.jpg\" alt=\"\" width=\"1200\" height=\"675\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-1.jpg 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-5.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-6.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-portal-2-on-linux-7.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Portal 2 is the second game in the Portal series. It follows Chell, a woman trapped in a science testing facility, who uses a portal gun to complete tests. In this guide, we\u2019ll show you how to play Portal 2 on Linux. Portal 2 is native to Linux and came out on the &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1515,"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\/1514"}],"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=1514"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1514\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1515"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1514"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1514"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1514"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}