{"id":1722,"date":"2021-12-16T13:02:35","date_gmt":"2021-12-16T10:02:35","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/02\/21\/how-to-play-stardew-valley-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/02\/21\/how-to-play-stardew-valley-on-linux\/"},"modified":"2021-12-16T13:02:35","modified_gmt":"2021-12-16T10:02:35","slug":"how-to-play-stardew-valley-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1722-how-to-play-stardew-valley-on-linux\/","title":{"rendered":"How to play Stardew Valley on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Stardew Valley is a simulation RPG developed by Eric Barone. It was released on Microsoft Windows in 2016. Later, it made its way to Mac OS, Linux, PS4, Switch, Xbox One, iOS, Android, and even PlayStation Vita.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395443 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-stardew-valley-on-linux.jpg\" alt=\"Stardew Valley on Linux\" width=\"1200\" height=\"675\"\/><\/p>\n<p>In the game, players take the role of a character who manages their grandfather\u2019s farm. The player is tasked with farming, raising livestock, crafting items, mining for ore, and much more. In this guide, we\u2019ll show you how to get Stardew Valley working on Linux.<\/p>\n<p>Stardew Valley is a native Linux game. It was ported to the platform shortly after the Windows release of the game. However, users can\u2019t just download Stardew Valley anywhere and play it. The native release is via Steam, so you will need the Linux version of Steam to play.<\/p>\n<h3>Install Steam<\/h3>\n<p>Getting the Linux version of Steam isn\u2019t very difficult. To start the installation process, open up a terminal window. To open up a terminal window, press <strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard or search for \u201cterminal\u201d in your app menu.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, the Steam app is best installed by using the <strong>Apt install\u00a0<\/strong>command below in a terminal window.\u00a0<\/p>\n<pre>\nsudo apt install steam\n<\/pre>\n<h4>Debian<\/h4>\n<p>It is possible to install Steam on the Debian Linux operating system. However, the best way to go about getting it working isn\u2019t via the Debian software repositories, but the downloadable DEB package on Steam\u2019s website.<\/p>\n<p>To start installing Steam on your Debian Linux PC, make use of the <strong>wget\u00a0<\/strong>downloader app in the terminal and use it to grab the latest DEB package.\u00a0<\/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, execute the\u00a0<strong>dpkg\u00a0<\/strong>command below in a terminal window. This command will install the Steam app on Debian.\u00a0<\/p>\n<pre>\nsudo dpkg -i steam.deb\n<\/pre>\n<p>Once the Steam DEB package is set up on your Debian Linux PC, you will need to run the\u00a0<strong>apt-get install -f\u00a0<\/strong>command to correct any dependency issues that may have occurred during installation.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>On Arch Linux, the latest release of Steam is distributed to users via the \u201cmultilib\u201d software repository. To get it working on your system, enable \u201cmultilib\u201d in your Pacman configuration file. Then, execute the\u00a0<strong>pacman\u00a0<\/strong>command below to get the app working on your system.<\/p>\n<pre>\nsudo pacman -S steam\n<\/pre>\n<h4>Fedora\/OpenSUSE<\/h4>\n<p>On Fedora Linux as well as OpenSUSE Linux, users can install Steam via software repositories. However, the installation methods for these operating systems aren\u2019t very user-friendly. For this reason, we highly suggest using the Flatpak installation instructions for Steam instead.\u00a0<\/p>\n<h4>Flatpak<\/h4>\n<p>Steam is on the Flathub app store as a Flatpak app. So, if you need to get Steam working and Flatpak is the only way to do it, here\u2019s how to get it working. To start, you must install the Flatpak runtime on your computer. The Flatpak runtime isn\u2019t too tricky to get working. Follow our guide on the subject for help setting it up.<\/p>\n<p>After getting the Flatpak runtime up and running for your system, you must add the Flathub app store to the system. The Flathub app store can be added to Flatpak by making use of the\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 set up on your system, use the <strong>flatpak install\u00a0<\/strong>command below to get Steam working.<\/p>\n<pre>\nflatpak install flathub com.valvesoftware.Steam\n<\/pre>\n<h3>Install Stardew Valley on Linux<\/h3>\n<p>Now that Steam is set up on your computer launch the app on your computer. You can launch Steam by searching for \u201cSteam\u201d in your Linux desktop environment\u2019s app menu.\u00a0<\/p>\n<p>With Steam open, log into your account using your Steam credentials. After logging in with your Steam credentials, follow the step-by-step instructions outlined below to get Stardew Valley working on your Linux PC.\u00a0<\/p>\n<p><strong>Step 1:\u00a0<\/strong>Once Steam is logged in, the Steam app will attempt to check for updates and install any if there are updates available. Sit back and be patient. When it is done checking, Steam will launch fully.<\/p>\n<p>When Steam is fully launched, find the \u201cSTORE\u201d button at the top of the window and click on it with the mouse. If you cannot find \u201cSTORE,\u201d it is directly to the left of the \u201cLIBRARY\u201d button.\u00a0<\/p>\n<p><strong>Step 2:<\/strong> When you click on the \u201cSTORE\u201d button, you\u2019ll be taken to the Steam Storefront. From here, locate the search box, and click on it with the mouse. After clicking on it, type out \u201cStardew Valley\u201d and press the\u00a0<strong>Enter\u00a0<\/strong>key.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395453 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-stardew-valley-on-linux.png\" alt=\"\" width=\"1200\" height=\"370\"\/><\/p>\n<p><strong>Step 3:<\/strong> Upon pressing\u00a0<strong>Enter<\/strong>, Steam will display search results. Click on \u201cStardew Valley\u201d to access the Stardew Valley Steam store page. Then, find the green \u201cAdd to cart\u201d button, and click it to purchase and add the game to your account.\u00a0<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395454 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-stardew-valley-on-linux-2.png\" alt=\"\" width=\"1200\" height=\"525\"\/><\/p>\n<p><strong>Step 4:<\/strong> Click on the \u201cLIBRARY\u201d button with the mouse to access your library. Once in your game library, search for \u201cStardew Valley.\u201d Then, click on the blue \u201cINSTALL\u201d button to download and install the game.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395444 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-stardew-valley-on-linux-1.jpg\" alt=\"\" width=\"1200\" height=\"800\"\/><\/p>\n<p>Once the game is installed, click on the green \u201cPLAY\u201d button to enjoy Stardew Valley!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Stardew Valley is a simulation RPG developed by Eric Barone. It was released on Microsoft Windows in 2016. Later, it made its way to Mac OS, Linux, PS4, Switch, Xbox One, iOS, Android, and even PlayStation Vita. In the game, players take the role of a character who manages their grandfather\u2019s farm. The &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1723,"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\/1722"}],"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=1722"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1722\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1723"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1722"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1722"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}