How to Install Jetbrains Gogland Go IDE on Ubuntu

In the previous article we installed LiteIDE on Ubuntu, Today I am going to explain how to install Jetbrains Gogland GO IDE on Ubuntu. Like LiteIDE, Gogland also created specifically for Go Programming language.

  1. First, download the Gogland Linux installer from the Jetbrains website.

  2. Extract the downloaded tar file to the /opt directory:

    sudo tar -zxvf goland-2017.3.2.tar.gz -C /opt
  3. Next, cd into the bin directory of the installation folder and execute the goland.sh file.

    Sponsored
    cd /opt/GoLand-2017.3.2/bin
    ./goland.sh

The command will launch the graphical installer of the Gogland Editor.

In order to open Gogland from the Ubuntu application menu, you need to Create desktop Entry. To create desktop Entry go to tools menu and select Create Desktop Entry.

Sponsored

Jetbrains Gogland does not have a free community edition, after the 30 day period you need to activate license to continue the IDE.

Ubuntu Server Admin

Recent Posts

How to Fix “No Module Named ‘gdbm’” Error in Python

Have you ever been coding along in Python only to be stopped in your tracks…

5 hours ago

Google Authd broker: authenticate to Ubuntu Desktop/Server with your Google account

Today we are announcing the introduction of Authd support for Google IAM, allowing all Ubuntu…

12 hours ago

Canonical and Renesas Announce Partnership to Accelerate Innovation in Enterprise AI

London, UK – Mar 6, 2025 – Canonical, the publisher of Ubuntu, today announced that…

12 hours ago

Install FreePBX and Asterisk on Ubuntu 24.04 LTS for security patches until 2036

Deploying FreePBX and Asterisk on a single Ubuntu virtual machine in a public cloud is…

2 days ago

Certification as a strategy: How Ubuntu & SystemReady boost hardware competitiveness

Canonical and MediaTek enhance reliability, accelerate market entry and reduce Total Cost of Ownership (TCO)…

2 days ago

Ubuntu 20.04 LTS on Azure: how to stay secure after standard support ends

As Ubuntu 20.04 LTS (Focal Fossa) standard support ends on May 31, 2025, Azure users…

2 days ago