{"id":1282,"date":"2021-12-16T12:10:54","date_gmt":"2021-12-16T09:10:54","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/19\/how-to-play-we-were-here-together-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/19\/how-to-play-we-were-here-together-on-linux\/"},"modified":"2021-12-16T12:10:54","modified_gmt":"2021-12-16T09:10:54","slug":"how-to-play-we-were-here-together-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1282-how-to-play-we-were-here-together-on-linux\/","title":{"rendered":"How to play We Were Here Together on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>We Were Here Together is a co-op first-person adventure puzzle game for Windows, Xbox One, and PlayStation. It was released in 2019. Unfortunately, however, there\u2019s never been a Linux release. Thankfully, you can play this game on your Linux PC with a few tweaks.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-408470 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-we-were-here-together-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"675\"\/><\/p>\n<p>We were here together has a gold rating on ProtonDB, meaning that it runs pretty well on Linux. That being said, it is not a native Linux game but a Windows game. So in order to get this game to work on your Linux system, you will need to set up the Linux release of Steam.<\/p>\n<h3>Install Steam<\/h3>\n<p>To get the Linux version of Steam on your computer, start by opening up a terminal window on the Linux desktop. You can open up a Linux terminal window by searching for \u201cTerminal\u201d in the app menu or by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. When open, follow the step-by-step instructions below.<\/p>\n<h4><strong>Ubuntu<\/strong><\/h4>\n<p>To use Steam on Ubuntu, you\u2019ll need to install it on your system using the <strong>apt install<\/strong> command down below.<\/p>\n<pre>\nsudo apt install steam\n<\/pre>\n<h4><strong>Debian<\/strong><\/h4>\n<p>Debian users can install Steam just fine. However, you will need to download the Steam DEB package directly to your computer. To do that, use the following <strong>wget<\/strong> downloader command in the terminal window.<\/p>\n<pre>\nwget https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steam.deb\n<\/pre>\n<p>After grabbing the latest Steam release for your Debian PC, you\u2019ll be able to start the installation process. Using the <strong>dpkg<\/strong> command down below, install the latest Steam DEB package.<\/p>\n<pre>\nsudo dpkg -i steam.deb\n<\/pre>\n<p>Once the Steam DEB package is set up on your computer, you\u2019ll need to correct the dependency issues that may have arisen during the installation. To do that, use the following <strong>apt-get install -f<\/strong> command.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4><strong>Arch Linux<\/strong><\/h4>\n<p>Those looking to use Steam on Arch Linux will first need to enable the \u201cmultilib\u201d software repo. To enable this repo, open up the \/etc\/pacman.conf file in your favorite text editor (as root). Then, find \u201cmultilib\u201d and remove the # symbol from in front and the lines directly below it.<\/p>\n<p>After editing the text file, save your edits. Then, re-sync Arch to the official repos.<\/p>\n<pre>\nsudo pacman -Syy\n<\/pre>\n<p>Finally, install the Steam app on your computer using <strong>Pacman.<\/strong><\/p>\n<pre>\nsudo pacman -S steam\n<\/pre>\n<h4><strong>Fedora\/OpenSUSE<\/strong><\/h4>\n<p>If you\u2019re using OpenSUSE or Fedora Linux, you\u2019ll be able to install Steam through included software repositories on your OS. That being said, the Flatpak release of Steam tends to work better on these operating systems, and we suggest following those instructions instead.<\/p>\n<h4><strong>Flatpak<\/strong><\/h4>\n<p>Steam is on Flatpak, but you\u2019ll have to set up the Flatpak runtime if you want to use it. To configure the Flatpak runtime on your computer, please follow our setup guide. Once the runtime is configured, use the two commands below to get the Steam app working on your PC as a Flatpak.\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\nflatpak install flathub com.valvesoftware.Steam\n<\/pre>\n<h3>Install We Were Here Together on Linux<\/h3>\n<p>Once Steam is set up on your computer, the installation of We Were Here Together can begin. Launch Steam, log into your account and follow the step-by-step instructions below.<\/p>\n<p><strong>Step 1:<\/strong> Find the \u201cSteam\u201d menu and select it to reveal its options. After that, select the \u201cSettings\u201d menu inside, and click on the \u201cSteam Play\u201d options. In the \u201cSteam Play\u201d area, check both the\u00a0 \u201cEnable Steam Play for supported titles\u201d box as well as the \u201cEnable Steam Play for all other titles\u201d box.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-293847 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-we-were-here-together-on-linux.png\" alt=\"\" width=\"1200\" height=\"689\"\/><\/p>\n<p><strong>Step 2:<\/strong> Find the \u201cStore\u201d button inside of Steam and click on it to access the Steam store. Once on the Steam store, click on the search box and type in \u201cWe Were Here Together\u201d into the text box. Press <strong>Enter<\/strong> to view the results.<\/p>\n<p><strong>Step 3:<\/strong> Look through the search results for \u201cWe Were Here Together \u201c and select the game to access its Steam store page. Once on the We Were Here Together store page, find the green \u201cAdd to cart\u201d button and click on it with the mouse to purchase the game and add it to your account.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-408476 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-we-were-here-together-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"409\"\/><\/p>\n<p><strong>Step 4:<\/strong> Find the \u201cLibrary\u201d button inside of Steam and click on it with the mouse. After selecting the button, find the search box in the library and type in \u201cWe Were Here Together.\u201d Then, select it to access the game\u2019s Steam library page.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-408479 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-we-were-here-together-on-linux-2.png\" alt=\"\" width=\"1200\" height=\"533\"\/><\/p>\n<p>Click on the blue \u201cINSTALL\u201d button to begin downloading and installing We Were Here Together onto your computer. Keep in mind; We Were Here Together may take a bit of time to download, especially if you have a slow internet connection.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-408470 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-we-were-here-together-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"675\"\/><\/p>\n<p><strong>Step 5:<\/strong> When the installation of We Were Here Together is complete, the blue \u201cINSTALL\u201d button will become a green \u201cPLAY\u201d button. Select the green \u201cPLAY\u201d button to start up the game.\u00a0<\/p>\n<p>Enjoy, and happy gaming!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles We Were Here Together is a co-op first-person adventure puzzle game for Windows, Xbox One, and PlayStation. It was released in 2019. Unfortunately, however, there\u2019s never been a Linux release. Thankfully, you can play this game on your Linux PC with a few tweaks. We were here together has a gold rating on &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1283,"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\/1282"}],"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=1282"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1282\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1283"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1282"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1282"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}