{"id":1254,"date":"2021-12-16T12:05:23","date_gmt":"2021-12-16T09:05:23","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/23\/how-to-install-prusa-slicer-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/23\/how-to-install-prusa-slicer-on-linux\/"},"modified":"2021-12-16T12:05:23","modified_gmt":"2021-12-16T09:05:23","slug":"how-to-install-prusa-slicer-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1254-how-to-install-prusa-slicer-on-linux\/","title":{"rendered":"How to install Prusa Slicer on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Prusa Slicer is the in-house developed slicer tool built by Prusa for their 3D printers. If you\u2019ve got a Prusa rig and need to slice some 3D files on Linux, you\u2019ll want to install the Prusa Slicer app. Here\u2019s how to do it.<\/p>\n<p>Note: To use the Prusa Slicer application on Linux, you will need 3D print files. To get access to 3D print files, check out Thingiverse.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409820 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-prusa-slicer-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"676\"\/><\/p>\n<h2>Ubuntu installation instructions<\/h2>\n<p>The Prusa Slicer application is available for Ubuntu users starting at 20.04 LTS. However, it is in the \u201cUbuntu Universe\u201d software repository, and this repo isn\u2019t always turned on by default.<\/p>\n<p>To enable the \u201cUbuntu Universe\u201d repository on your computer, start by opening up a terminal window on the Linux desktop. You can launch a terminal by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>With the terminal window open and ready to use, execute the following <strong>add-apt-repository<\/strong> command down below. This command will enable \u201cUbuntu Universe.\u201d<\/p>\n<pre>\nsudo add-apt-repository universe\n<\/pre>\n<p>After adding the Universe software repository, you\u2019ll have to refresh your software sources using the <strong>apt update<\/strong> command.<\/p>\n<pre>\nsudo apt update\n<\/pre>\n<p>With your Ubuntu software sources refreshed, Ubuntu Universe is ready to use. From here, the Prusa Slicer application can be installed on Ubuntu (20.04, 21.04, and 21.10) using the <strong>apt install<\/strong> command below.<\/p>\n<pre>\nsudo apt install prusa-slicer\n<\/pre>\n<h2>Debian installation instructions<\/h2>\n<p>If you use Debian, it is possible to get the Prusa Slicer program working requires using the Debian 11 release. So, if you\u2019re on Debian 10 or later, upgrading is necessary first.<\/p>\n<p>Note: if you use an older release of Debian and do not wish to upgrade, follow the Snap instructions instead to get Prusa Slicer working on Linux.<\/p>\n<p>Once you\u2019ve upgraded to Debian 11, the installation of Prusa Slicer can begin. Open up a terminal window on the desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open and ready to use, execute the <strong>apt-get install<\/strong> command below to install the \u201cprusa-slicer\u201d package.<\/p>\n<pre>\nsudo apt-get install prusa-slicer\n<\/pre>\n<p>Upon entering the command above, Debian will ask you for your password. Using the keyboard, type in your user account password and press <strong>Enter<\/strong>. When you press <strong>Enter<\/strong>, Debian will install Prusa Slicer to the system.<\/p>\n<h2>Arch Linux installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409820 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-prusa-slicer-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"676\"\/><\/p>\n<p>The Prusa Slicer program is available for Arch Linux users in the \u201cCommunity\u201d software repository. Ensure that this software repository is enabled before attempting to install Prusa Slicer on Arch.<\/p>\n<p>With the \u201cCommunity\u201d repo enabled, launch a terminal window on the Linux desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>Now that the terminal window is open use the <strong>pacman -S<\/strong> command to install the \u201cprusa-slicer\u201d application on your Arch Linux system.<\/p>\n<pre>\nsudo pacman -S prusa-slicer\n<\/pre>\n<h2>Fedora installation instructions<\/h2>\n<p>Since Fedora 33, the Prusa Slicer application has been available in the official software repositories. So, if you use Fedora, you won\u2019t have difficulty getting the app to work.<\/p>\n<p>To start the installation of Prusa Slicer on your Fedora system, a terminal must be open. You can launch a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, the installation can begin. Using the <strong>dnf install<\/strong> command, install the \u201cprusa-slicer\u201d package.<\/p>\n<pre>\nsudo dnf install prusa-slicer\n<\/pre>\n<h2>OpenSUSE installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409823 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-prusa-slicer-on-linux-1.jpg\" alt=\"\" width=\"1200\" height=\"661\"\/><\/p>\n<p>Prusa Slicer is available for OpenSUSE Linux but not in the official software repositories. So if you want to get the app working on your computer, you\u2019ll have to use community software repositories.<\/p>\n<p>To start the installation, head over to the OpenSUSE software page for Prusa Slicer. Once you\u2019ve opened the page, you\u2019ll see a list of OpenSUSE distributions that make Prusa Slicer available.<\/p>\n<p>When you\u2019ve found your release of OpenSUSE in the list, find the \u201c1 Click Install\u201d button and select it with the mouse. Selecting this button will open up YaST on your OpenSUSE machine and install Prusa Slicer via the GUI.<\/p>\n<h2>Snap package installation instructions<\/h2>\n<p>The Prusa Slicer application is available to all users in the Ubuntu Snap Store. So, if you\u2019ve got a Linux operating system that supports the Snap store, Prusa Slicer is ready to install on your computer.<\/p>\n<p>To start the installation of Prusa Slicer on Linux as a Snap package, you must have the Snap package runtime configured and installed on your system. If you need help configuring the Snap package runtime, please follow our guide on the subject.<\/p>\n<p>With the Snap package runtime configured, the Prusa Slicer can easily be installed on your Linux computer using the <strong>snap install<\/strong> command below.<\/p>\n<pre>\nsudo snap install prusa-slicer\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Prusa Slicer is the in-house developed slicer tool built by Prusa for their 3D printers. If you\u2019ve got a Prusa rig and need to slice some 3D files on Linux, you\u2019ll want to install the Prusa Slicer app. Here\u2019s how to do it. Note: To use the Prusa Slicer application on Linux, you &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1255,"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\/1254"}],"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=1254"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1254\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1255"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1254"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1254"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}