{"id":1520,"date":"2021-12-16T12:42:37","date_gmt":"2021-12-16T09:42:37","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/27\/how-to-play-borderlands-2-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/27\/how-to-play-borderlands-2-on-linux\/"},"modified":"2021-12-16T12:42:37","modified_gmt":"2021-12-16T09:42:37","slug":"how-to-play-borderlands-2-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1520-how-to-play-borderlands-2-on-linux\/","title":{"rendered":"How to play Borderlands 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>Borderlands 2 is the second game in the Borderlands franchise. In the game, the player is a vault hunter, hunting for a hidden vault of treasures. In this guide, we\u2019ll show you how to get Borderlands 2 running on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403009 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux.jpg\" alt=\"Borderlands 2 on Linux\" width=\"1200\" height=\"675\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux.jpg 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-2.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-3.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-4.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Borderlands 2 is native to Linux, and the developers take great care in making it work on the platform. However, you can only play this game on Linux with the Steam app. So, we must go over how to get Steam for Linux working.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, the Steam application is installable on your Linux PC via the official Ubuntu software repositories. To get working with Steam on Ubuntu, use the\u00a0<strong>apt install\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt install steam\n<\/pre>\n<h4>Debian<\/h4>\n<p>On Debian Linux, installing Steam is best done by directly downloading the Steam DEB package from the internet, via the Steam website, rather than messing with the \u201cDebian Non-free\u201d software repository.\u00a0<\/p>\n<p>To start downloading the latest Steam to your Debian Linux PC, make use of the following\u00a0<strong>wget\u00a0<\/strong>command down below. This command will grab the latest DEB and place it directly in 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 Debian Linux PC, the installation of the app can begin. Using the\u00a0<strong>dpkg\u00a0<\/strong>command below, install the latest Steam package onto your computer.<\/p>\n<pre>\nsudo dpkg -i steam.deb\n<\/pre>\n<p>Following the installation of Steam on your Debian Linux PC, you will need to correct some dependencies that are missing. To fix these dependencies on your system, execute the following\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, users are able to install Steam, but only if the \u201cmultilib\u201d software repository is enabled. This isn\u2019t on all Arch systems, as some users prefer to be entirely \u201c64-bit.\u201d<\/p>\n<p>To get started, you\u2019ll need to edit your \/etc\/pacman.conf file so that the # symbol from in front of \u201cmultilib,\u201d as well as lines directly below it are removed. Then, save it and re-sync to Pacman with the command below.<\/p>\n<pre>\nsudo pacman -Syy\n<\/pre>\n<p>After re-syncing, you can install the Steam app on your Arch system with the\u00a0<strong>pacman -S\u00a0<\/strong>command.<\/p>\n<pre>\nsudo pacman -S steam\n<\/pre>\n<h4>Fedora\/OpenSUSE<\/h4>\n<p>On both Fedora and OpenSUSE Linux, you\u2019ll be able to install Steam through included software repositories. However, the Flatpak release of Steam tends to work much better on these operating systems, and we highly suggest following those instructions instead.<\/p>\n<h4>Flatpak<\/h4>\n<p>To get Steam working via Flatpak, you\u2019ll first need to install the Flatpak runtime. The runtime is very easy to install. To get it working, please follow the in-depth guide on the subject.<\/p>\n<p>After setting up the Flatpak runtime onto your computer, make use of the following\u00a0<strong>flatpak remote-add\u00a0<\/strong>command. This command will configure and set up the Flathub app store, which will allow you to install Steam.<\/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 configured and ready to go, the next step is to install Steam. Using the\u00a0<strong>flatpak install\u00a0<\/strong>command below, install the latest release of Steam onto your Linux PC.<\/p>\n<pre>\nflatpak install flathub com.valvesoftware.Steam\n<\/pre>\n<h3>Play Borderlands 2 on Linux<\/h3>\n<p>Now that Steam is installed on your Linux PC, launch it from the app menu. When it is open, log into your account using your user credentials. Once logged in, follow the step-by-step instructions down below to get Borderlands 2 working on Linux!<\/p>\n<p><strong>Step 1:<\/strong> Open up Steam and locate the \u201cSTORE\u201d button at the top of the page. Select it with the mouse, and Steam will launch the Steam Storefront. From here, locate the search box, and click on it with the mouse.<\/p>\n<p>After clicking on the search box, type out \u201cBorderlands 2\u201d and press the\u00a0<strong>Enter\u00a0<\/strong>key to view the search results. Look through the results for \u201cBorderlands 2\u201d and click on it to access the game\u2019s Storefront page.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403010 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux.png\" alt=\"\" width=\"1201\" height=\"466\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux.png 1201w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-4.png 768w\" sizes=\"(max-width: 1201px) 100vw, 1201px\"\/><\/p>\n<p><strong>Step 2:<\/strong> On the Borderlands 2 Steam Storefront page, scroll down and look for the green \u201cAdd to cart\u201d button. Select this button with the mouse. When you click on \u201cAdd to cart,\u201d you\u2019ll be able to add Borderlands 2 to your Steam shopping cart.<\/p>\n<p>Click on the green cart icon in Steam to go through the process of purchasing the game for your Steam account.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403011 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"592\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-5.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-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 select it with the mouse to access your Steam games library. Then, search through the library for \u201cBorderlands 2\u201d and click on it with the mouse.<\/p>\n<p>After clicking on \u201cBorderlands 2,\u201d find the blue \u201cINSTALL\u201d button in Steam, and click on it to install the game. The game will take a bit of time to download and install.<\/p>\n<p><strong>Step 4:<\/strong> When Borderlands 2 is done downloading, the blue \u201cINSTALL\u201d button will become a green \u201cPLAY\u201d button. Click on it with the mouse to play the game on your Linux PC!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403008 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-1.jpg\" alt=\"\" width=\"1200\" height=\"674\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-1.jpg 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-5.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-6.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-borderlands-2-on-linux-7.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Borderlands 2 is the second game in the Borderlands franchise. In the game, the player is a vault hunter, hunting for a hidden vault of treasures. In this guide, we\u2019ll show you how to get Borderlands 2 running on Linux. Borderlands 2 is native to Linux, and the developers take great care in &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1521,"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\/1520"}],"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=1520"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1520\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1521"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}