{"id":1596,"date":"2021-12-16T12:56:29","date_gmt":"2021-12-16T09:56:29","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/04\/21\/how-to-install-jetbrains-rider-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/04\/21\/how-to-install-jetbrains-rider-on-linux\/"},"modified":"2021-12-16T12:56:29","modified_gmt":"2021-12-16T09:56:29","slug":"how-to-install-jetbrains-rider-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1596-how-to-install-jetbrains-rider-on-linux\/","title":{"rendered":"How to install JetBrains Rider on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>JetBrains Rider is a complex, cross-platform Microsoft .NET IDE (Integrated development environment.) It is supported well on Linux and works on everything from Arch Linux to Ubuntu via Snap, Flatpak, as well as all other Linux operating systems via a downloadable TarGZ file.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400163 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux.png\" alt=\"\" width=\"1200\" height=\"604\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux-1.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux-2.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>In this guide, we\u2019ll show you how to download and install JetBrains Rider on Linux. However, before we begin, please note that you will need to create a JetBrains account. To do that, head over to their website.<\/p>\n<h2>Arch Linux installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400163 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux.png\" alt=\"\" width=\"1200\" height=\"604\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux-1.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux-2.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>If you\u2019re using Arch Linux, the JetBrains Rider application is installable directly through the AUR. Since it is in the AUR, you\u2019ll be able to build a native Arch Linux package that can be updated each time you update your system.<\/p>\n<p>It should be noted that JetBrains doesn\u2019t officially support the Arch Linux AUR. However, this package takes the Linux files directly from their website to generate the Arch package.<\/p>\n<p>To get started with the Rider AUR package, you\u2019ll first need to install the \u201cgit\u201d and \u201cbase-devel\u201d packages. These packages are essential for interacting with the Arch Linux AUR.<\/p>\n<pre>\nsudo pacman -S base-devel git\n<\/pre>\n<p>After setting up the two packages, you will need to download and install the Trizen AUR helper. This program makes installing, building, and compiling software from the AUR quick and automatic, rather than tedious.<\/p>\n<p>To install Trizen, start by downloading it to your PC via the\u00a0<strong>git clone\u00a0<\/strong>command.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\n<\/pre>\n<p>Once the Trizen package is downloaded, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201ctrizen\u201d folder and the\u00a0<strong>makepkg\u00a0<\/strong>command to build and install it on your Arch Linux system.<\/p>\n<pre>\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>Finally, when the Trizen AUR helper tool is set up on your Arch Linux computer, you can use the\u00a0<strong>trizen -S<\/strong> command to install the latest JetBrains Rider application onto your system.<\/p>\n<pre>\ntrizen -S rider <\/pre>\n<h2>Flatpak installation instructions<\/h2>\n<p>The JetBrains Rider application is available to all Linux users on the Flathub Flatpak app store. To get started with this app, you\u2019ll need to first enable the Flatpak runtime on your computer.<\/p>\n<p>Enabling the Flatpak runtime on Linux is very easy. To do it, open up a terminal window and use your package manager to install the \u201cflatpak\u201d package onto your computer. If you\u2019re having issues setting up Flatpak, please follow our in-depth guide on the subject.<\/p>\n<p>After setting up the Flatpak runtime on your computer, it\u2019s time to enable the Flathub app store. Flathub has a ton of apps available for users, including Rider. To enable Flathub, use the following\u00a0<strong>remote-add\u00a0<\/strong>command.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<p>Once the Flathub app store is enabled on your Linux PC, JetBrains Rider\u2019s installation can begin. Using the <strong>flatpak install\u00a0<\/strong>command below, get Rider working.<\/p>\n<pre>\nflatpak install flathub com.jetbrains.Rider\n<\/pre>\n<h2>Snap package installation instructions<\/h2>\n<p>The JetBrains Rider application is available to all Ubuntu users (as well as other Linux OSes that have Snap support). To get started installing Rider as a Snap package, you\u2019ll need to install and enable Snapd.<\/p>\n<p>To install and enable Snapd, open up a terminal window on the desktop by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and open it that way.<\/p>\n<p>Once the terminal window is open, use your package manager to install the \u201csnapd\u201d package. Then, use\u00a0<strong>systemctl enable \u2013now snapd.socket\u00a0<\/strong>to turn it on.\u00a0<\/p>\n<pre> systemctl enable --now snapd.socket <\/pre>\n<p>Are you having trouble setting up the Snapd package on your Linux PC to enable Snap package support? Don\u2019t worry! We can help! Check out our in-depth guide on how to set up Snap package support on Linux.<\/p>\n<p>With the Snapd runtime working, your Linux PC has Snap support. From here, use the\u00a0<strong>snap install\u00a0<\/strong>command below to get the latest JetBrains Rider app working.<\/p>\n<pre>\nsudo snap install rider --classic\n<\/pre>\n<h2>Generic Linux installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400163 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux.png\" alt=\"\" width=\"1200\" height=\"604\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux-1.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux-2.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-rider-on-linux-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>JetBrains makes a generic installer available to all Linux users so that Rider can be installed. Here\u2019s how to use it. First, head over to the Rider download page for Linux and click on \u201cDownload.\u201d<\/p>\n<p>After downloading the TarGZ Rider package, open up a terminal window with\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Then, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d folder.<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>Extract the contents of the installer using\u00a0<strong>tar xvf<\/strong>.<\/p>\n<pre>\ntar xvf JetBrains.Rider-*.tar.gz\n<\/pre>\n<p>Using the\u00a0<strong>CD\u00a0<\/strong>command, move into the extracted folder.\u00a0<\/p>\n<pre>\ncd JetBrains\\ \\Rider-*\n<\/pre>\n<p>Move into the \u201cbin\u201d folder using\u00a0<strong>CD<\/strong>.<\/p>\n<pre>\ncd bin\n<\/pre>\n<p>Start the installer Wizard.<\/p>\n<pre>\n.\/rider.sh\n<\/pre>\n<p>Confirm the EULA by checking the box. Then, click \u201cContinue.\u201d Rider will then start up and prompt you to enter your username and account information.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles JetBrains Rider is a complex, cross-platform Microsoft .NET IDE (Integrated development environment.) It is supported well on Linux and works on everything from Arch Linux to Ubuntu via Snap, Flatpak, as well as all other Linux operating systems via a downloadable TarGZ file. In this guide, we\u2019ll show you how to download and &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1597,"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\/1596"}],"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=1596"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1596\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1597"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1596"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1596"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}