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.

    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.

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

Advantech AOM-2721 is now Ubuntu Certified

Canonical announces that the Advantech AOM-2721 is officially joining the list of Ubuntu Certified Hardware.…

7 hours ago

Ruby and Rails Performance Roundup: The Backlog Edition

Yet again instead of tweets, a blog post. The backlog got out of hand -…

8 hours ago

How to Deploy OpenProject on Ubuntu VPS

This article provides a guide demonstrating how to deploy OpenProject on Ubuntu VPS. What is…

8 hours ago

Canonical integrates NVIDIA Nemotron 3.5 Lightning with Ubuntu for always-on AI agents

Canonical is pleased to announce that  NVIDIA’s newly introduced NVIDIA Nemotron 3.5 Lightning, an open,…

2 days ago

Xfwl4’s Second Preview Release

I’m pleased to announce the second preview release of xfwl4, Xfce’s Wayland compositor, version 4.21.1.…

2 days ago

How to Install, Secure, and Set Up MySQL on Ubuntu 26.04 LTS

If you have been using an ecommerce store to place online orders or have been…

3 days ago