{"id":1718,"date":"2021-12-16T12:34:27","date_gmt":"2021-12-16T09:34:27","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/02\/22\/how-to-use-the-epic-store-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/02\/22\/how-to-use-the-epic-store-on-linux\/"},"modified":"2021-12-16T12:34:27","modified_gmt":"2021-12-16T09:34:27","slug":"how-to-use-the-epic-store-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1718-how-to-use-the-epic-store-on-linux\/","title":{"rendered":"How to use the Epic Store on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>The Epic Games Store is quickly becoming a competitor to Steam by adding exclusive PC games to it. Sadly, unlike Steam, it does not have a native Linux release, and there are no plans for Epic to release on Linux in the future.<\/p>\n<p>Not to worry! With a little elbow grease, you can get the Epic Store working on your Linux PC. Here\u2019s how to do it.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395779 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-epic-store-on-linux.png\" alt=\"Epic Store on Linux\" width=\"1200\" height=\"675\"\/><\/p>\n<h2>Installing GPU drivers and Vulkan drivers on Linux<\/h2>\n<p>The Epic Games Store does work on Linux, thanks to some tweaks and configuration changes. However, it needs proprietary video drivers to function correctly, as well as Vulkan drivers. In this section of the guide, we\u2019ll show you how to set up both.<\/p>\n<p>To start the installation process, open up a terminal window. You can open up a terminal window by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Or, search for a terminal in the app menu by typing in \u201cTerminal.\u201d<\/p>\n<p>Once the terminal window is open, follow the GPU driver installation instructions below that match the card you have.<\/p>\n<h3>Nvidia<\/h3>\n<p>To get Nvidia drivers and Vulkan drivers working, choose your distribution below and install it by following the instructions.<\/p>\n<h4>Ubuntu<\/h4>\n<pre>\nsudo add-apt-repository ppa:graphics-drivers\/ppa\nsudo dpkg --add-architecture i386 sudo apt install nvidia-driver-450\nsudo apt install libvulkan1 libvulkan1:i386\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>Ensure you have the \u201cmultilib\u201d software repository enabled in your Pacman configuration file. Then, enter the commands below.<\/p>\n<pre>\nsudo pacman -Syu\n<\/pre>\n<pre>\nsudo pacman -S nvidia-dkms nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader\n<\/pre>\n<h4>Fedora<\/h4>\n<p>sudo dnf install fedora-workstation-repositories<\/p>\n<pre>\nsudo dnf config-manager --set-enabled rpmfusion-nonfree-nvidia-driver\n<\/pre>\n<p>After enabling the repos, reboot your Fedora PC. Then, launch a terminal and enter the command below.<\/p>\n<pre>\nsudo dnf install vulkan-loader vulkan-loader.i686\n<\/pre>\n<p>Reboot your PC a second time. Once logged back in, launch the Software app in Fedora. Then, do the following:<\/p>\n<p><strong><em>Add-ons &gt; Hardware Drivers &gt; NVIDIA Linux Graphics Driver &gt; Install<\/em><\/strong><\/p>\n<h3>AMD\/Intel<\/h3>\n<p>If you use AMD or Intel, follow along below by entering the commands that correspond with the distribution you use.<\/p>\n<h4>Ubuntu<\/h4>\n<pre>\nsudo add-apt-repository ppa:kisak\/kisak-mesa\nsudo dpkg --add-architecture i386\nsudo apt update\nsudo apt upgrade\nsudo apt install libgl1-mesa-dri:i386\nsudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386\n<\/pre>\n<p>Reboot when done to apply the changes made.<\/p>\n<h4>Arch Linux<\/h4>\n<p>Ensure you have the \u201cmultilib\u201d software repository enabled on your Arch Linux PC. Once you do, enter the commands below.<\/p>\n<pre>\nsudo pacman -Syu\n<\/pre>\n<p>AMD:<\/p>\n<pre>\nsudo pacman -S lib32-mesa vulkan-radeon lib32-vulkan-radeon vulkan-icd-loader lib32-vulkan-icd-loader\n<\/pre>\n<p>INTEL:<\/p>\n<pre>\nsudo pacman -S lib32-mesa vulkan-intel lib32-vulkan-intel vulkan-icd-loader lib32-vulkan-icd-loader\n<\/pre>\n<h4>Fedora<\/h4>\n<pre>\nsudo dnf install vulkan-loader vulkan-loader.i686\n<\/pre>\n<p>Reboot when done.<\/p>\n<h2>Installing Lutris on Linux<\/h2>\n<p>Now that the correct drivers are installed on your Linux PC, you must install Lutris. Lutris is an open-source gaming platform that allows for the quick installation of complex gaming configurations, such as the Epic Games Store.\u00a0<\/p>\n<p>Lutris doesn\u2019t come pre-installed on any Linux operating system by default, so we\u2019ll need to go over how to install the software on your Linux PC before continuing. To start, launch a terminal window by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Then, follow the command-line instructions down below.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, you can install Lutris by entering the following commands below.<\/p>\n<pre>\nsudo add-apt-repository ppa:lutris-team\/lutris\nsudo apt update\nsudo apt install lutris\n<\/pre>\n<h4>Debian<\/h4>\n<p>If you\u2019re using Debian, you can get Lutris working by entering the commands below in a terminal window.<\/p>\n<pre>\necho \"deb http:\/\/download.opensuse.org\/repositories\/home:\/strycore\/Debian_10\/ .\/\" | sudo tee \/etc\/apt\/sources.list.d\/lutris.list\nwget -q https:\/\/download.opensuse.org\/repositories\/home:\/strycore\/Debian_10\/Release.key -O- | sudo apt-key add -\napt update\napt install lutris\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>On Arch Linux, install the Lutris app with the following command below.<\/p>\n<pre>\nsudo pacman -S lutris\n<\/pre>\n<h4>Fedora<\/h4>\n<p>Those on Fedora Linux can get the Lutris app with the command below.<\/p>\n<pre>\nsudo dnf install lutris\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>Are you using OpenSUSE Linux? Please enter the following command to get it working.<\/p>\n<pre>\nsudo zypper in lutris\n<\/pre>\n<h2>Installing the Epic Store on Linux with Lutris<\/h2>\n<p>Now that video drivers, Vulkan drivers, and Lutris are installed, we can set up the Epic Store. Follow the step-by-step guide to get Epic working on your system.<\/p>\n<p><strong>Step 1:<\/strong> In your favorite browser, head over to the \u201cEpic Games Store\u201d on the Lutris website. Once on the page, locate the \u201cInstall\u201d button on the page, and click on it with the mouse.<\/p>\n<p>When you click on the \u201cInstall\u201d button on the Lutris, your browser will attempt to launch the Lutris app, and you may see a notification asking to open the app via the browser. Allow your browser to do so.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395789 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-epic-store-on-linux-2.png\" alt=\"\" width=\"1200\" height=\"662\"\/><\/p>\n<p><strong>Step 2:<\/strong> After opening the link in Lutris, the Lutris installer will appear with an \u201cInstall Epic Games Store\u201d window. In the \u201cInstall Epic Games Store\u201d window, find the \u201cInstall\u201d button, and select it with the mouse to begin installing.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395782 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-epic-store-on-linux-4.png\" alt=\"\" width=\"1200\" height=\"646\"\/><\/p>\n<p><strong>Step 3:<\/strong> Once you\u2019ve clicked on the \u201cInstall\u201d button, you\u2019ll go to the next page, where Lutris will ask where to set the Epic Games Store installation directory. Leave it as default, and select \u201cInstall\u201d to continue.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395781 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-epic-store-on-linux-6.png\" alt=\"\" width=\"1200\" height=\"646\"\/><\/p>\n<p><strong>Step 4:<\/strong> Lutris will now attempt to start the installation. Read the summary of the installation. Then, click \u201cContinue.\u201d<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395780 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-epic-store-on-linux-8.png\" alt=\"\" width=\"1200\" height=\"644\"\/><\/p>\n<p>After clicking on \u201cContinue,\u201d Lutris will configure, install, and set up the Epic Games Store on your Linux PC. Sit back; this may take a while.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395783 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-epic-store-on-linux-10.png\" alt=\"\" width=\"1200\" height=\"652\"\/><\/p>\n<p><strong>Step 5:<\/strong> Once the installation is complete, Lutris will show you an \u201cInstallation\u201d completed window. Click \u201cClose\u201d to close the window.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395779 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-epic-store-on-linux.png\" alt=\"\" width=\"1200\" height=\"675\"\/><\/p>\n<p>In Lutris, select \u201cEpic Games Store\u201d and click \u201cPlay\u201d to use the store!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles The Epic Games Store is quickly becoming a competitor to Steam by adding exclusive PC games to it. Sadly, unlike Steam, it does not have a native Linux release, and there are no plans for Epic to release on Linux in the future. Not to worry! With a little elbow grease, you can &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1719,"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\/1718"}],"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=1718"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1718\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1719"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1718"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1718"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}