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.
First, download the Gogland Linux installer from the Jetbrains website.
Extract the downloaded tar file to the /opt directory:
sudo tar -zxvf goland-2017.3.2.tar.gz -C /opt
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.
2024 was the GenAI year. With new and more performant LLMs and a higher number…
Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…
Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…
At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…
I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…
Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…