How to Install GoLand on Ubuntu Linux

GoLand is a proprietary Go IDE from JetBrains. But you can still try GoLand by using a free 30-day trial. It comes with smart auto code completion, built-in inspections, refactorings, one click quick navigation, quick popups, code generation, auto detecting of recursive calls in code, type Parameter, find usage, exit points highlight, code formatter, debugger, test runner, go tools, build-in git integration and terminal, coding assistance for JavaScript, TypeScript, Dart, React, database tools and more.

GoLand Go IDE

Download GoLand [Windows,Linux, MacOS]

Install GoLand on Ubuntu

GoLand is available as a official snap package from the snap store. Open the terminal software using the ctrl+alt+t keys and run below GoLand snap installation command. It will install the latest version of GoLand on your system.

sudo snap install goland --classic

After the successful installation of GoLand, you can start it using below command. And login with your account to start go coding.

goland

And you can also uninstall GoLand using below command.

sudo snap remove goland

That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  How to Play Audio Files on Ubuntu Terminal Using Sox

Leave a Reply