{"id":1252,"date":"2021-12-16T12:47:21","date_gmt":"2021-12-16T09:47:21","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/23\/how-to-install-jetbrains-goland-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/23\/how-to-install-jetbrains-goland-on-linux\/"},"modified":"2021-12-16T12:47:21","modified_gmt":"2021-12-16T09:47:21","slug":"how-to-install-jetbrains-goland-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1252-how-to-install-jetbrains-goland-on-linux\/","title":{"rendered":"How to install JetBrains GoLand 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 GoLand is a rich Go programming language editor for Windows, Mac, and Linux. It supports dozens of plugins that can be used to make it feel more at home for a wide variety of developers. Here\u2019s how to get it working on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409514 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-goland-on-linux.png\" alt=\"\" width=\"1200\" height=\"844\"\/><\/p>\n<h2>Generic Linux installation instructions<\/h2>\n<p>The best way to get JetBrains GoLand working on your Linux PC is to install it via the generic Linux installer. This installer is distribution agnostic and works on anything. To get started, head over to the GoLand official download page.<\/p>\n<p>Once on the official GoLand page, you\u2019ll see \u201cWindows,\u201d \u201cmacOS,\u201d and \u201cLinux.\u201d Click on the \u201cLinux\u201d section to access the Linux downloads area. Then, click on the blue \u201cDownload\u201d button to begin the GoLand download.<\/p>\n<p>When GoLand is done downloading to your computer, you\u2019ll need to open up a terminal window on the Linux desktop. You can open up a terminal window on the desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard or by searching for \u201cTerminal.\u201d<\/p>\n<p>With the terminal window open and ready to use, execute the <strong>CD<\/strong> command and move into the \u201cDownloads\u201d folder. Then, use the <strong>tar xvf<\/strong> command to decompress the GoLand Tar archive in the folder.<\/p>\n<pre>\ntar xvf goland-*.tar.gz\n<\/pre>\n<p>Once everything is extracted, access the newly created GoLand folder using the <strong>CD<\/strong> command. Then, initialize the GoLand GUI installer on your computer with the <strong>sh<\/strong> command.<\/p>\n<pre>\ncd GoLand-*\/bin\/\nsh goland.sh\n<\/pre>\n<p>When you run the <strong>sh<\/strong> command, the \u201cJETBRAINS USER AGREEMENT\u201d pop-up will appear. Click the box that says, \u201cI confirm that I have read and accept the terms of this User Agreement.\u201d Then, select \u201cContinue.\u201d<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409520 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-goland-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"773\"\/><\/p>\n<p>After agreeing to the user agreement, you\u2019ll see a second pop-up. This pop-up is \u201cDATA SHARING.\u201d If you wish to allow JetBrains to gather anonymous data, click \u201cSend Anonymous Statistics.\u201d If not, select the \u201cDon\u2019t Send\u201d button.<\/p>\n<p>With both agreements agreed to, GoLand will ask for you to activate GoLand. If you wish to try out the program for free, check the box that states \u201cEvaluate for free.\u201d Otherwise, if you have a key, click on the \u201cActivate GoLand\u201d button, and fill out your information.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409517 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-goland-on-linux-2.png\" alt=\"\" width=\"1200\" height=\"720\"\/><\/p>\n<p>Click on the \u201d Continue \u201d button when the key is set up (or the evaluation box is checked), click on the \u201cContinue\u201d button. When you do, JetBrains GoLand will open its \u201cWelcome to GoLand\u201d page. From here, click on \u201cNew Project\u201d to start working!<\/p>\n<h2>Arch Linux installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409511 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-goland-on-linux-3.png\" alt=\"\" width=\"1200\" height=\"844\"\/><\/p>\n<p>The JetBrains GoLand application is available on the Arch Linux AUR as a user-submitted package. If you wish to install this package onto your computer, you\u2019ll first need to configure the Trizen AUR helper.<\/p>\n<p>To set up the Trizen AUR helper, open up a terminal window on the desktop by pressing <strong>Ctrl + Alt + T<\/strong> or by searching for \u201cTerminal\u201d in the app menu. Once open, use the commands below to get the latest release of Trizen set up.<\/p>\n<pre>\nsudo pacman -S git base-devel\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>With the Trizen application up and running, you\u2019ll be able to install the GoLand application using the <strong>trizen -S<\/strong> command.<\/p>\n<pre>\ntrizen -S goland\n<\/pre>\n<h2>Flatpak installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409514 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jetbrains-goland-on-linux.png\" alt=\"\" width=\"1200\" height=\"844\"\/><\/p>\n<p>JetBrains GoLand is available to all Linux users via the Flathub app store as a Flatpak. To get it set up on your system, you\u2019ll first need to install the Flatpak runtime. For more information on how to set up the runtime, check out our guide.<\/p>\n<p>After setting up Flatpak, use the <strong>flatpak remote-add<\/strong> command down below to add the Flathub app store. Flathub is essential, as GoLand is on it, and without it, Flatpak will not install it.\u00a0<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<p>With the <strong>remote-add<\/strong> command above run, the Flathub app store is now active on your Linux PC. Now, you must install the GoLand Flatpak application. Using the <strong>flatpak install<\/strong> command, get the app working.<\/p>\n<pre>\nflatpak install flathub com.jetbrains.GoLand\n<\/pre>\n<h2>Snap package installation instructions<\/h2>\n<p>Want to use the Snap store version of JetBrains GoLand on your Linux desktop PC? Here\u2019s how to set it up. First, you\u2019ll need to install and configure the Snap package runtime on your system.<\/p>\n<p>Setting up the Snap package runtime on Linux isn\u2019t too tricky, but it can be tricky if you are new to Linux. To get it working, install the \u201csnapd\u201d package, and enable the \u201csnapd.socket\u201d service with Systemd.<\/p>\n<p>Note: need help setting up the Snap package runtime on your Linux computer? We can help! Follow along with our in-depth guide on how to set up Snaps on Linux.<\/p>\n<p>After setting up the Snap package runtime on your computer, use the <strong>snap install<\/strong> command to get the latest release of JetBrains GoLand working on your Linux computer.<\/p>\n<pre>\nsudo snap install goland --classic\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles JetBrains GoLand is a rich Go programming language editor for Windows, Mac, and Linux. It supports dozens of plugins that can be used to make it feel more at home for a wide variety of developers. Here\u2019s how to get it working on Linux. Generic Linux installation instructions The best way to get &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1253,"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\/1252"}],"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=1252"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1252\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1253"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1252"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1252"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}