Linux下安装goland具体步骤

2023年 6月 27日 发表评论
腾讯云正在大促:点击直达 阿里云超级红包:点击领取
免费/便宜/高性价比服务器汇总入口(已更新):点击这里了解

Linux下安装goland具体步骤

GoLand 是 JetBrains 公司推出的 Go 语言集成开发环境。GoLand 同样基于 IntelliJ 平台开发,支持 JetBrains 的插件体系,下面为大家介绍一下Linux下安装goland具体步骤。

1 下载

下载GoLand

2 安装Goland

1.解压并重命名目录
~$ tar -zxvf goland-2019.1.3.tar.gz  -C /usr/local  ~$ sudo mv /usr/local/GoLand-2019.1.3/ /usr/local/GoLand  ~$ ll /usr/local/  total 48  drwxr-xr-x 12 root root 4096 7月  23 17:08 ./  drwxr-xr-x 10 root root 4096 2月  10 08:12 ../  drwxr-xr-x  2 root root 4096 2月  10 08:12 bin/  drwxr-xr-x  2 root root 4096 2月  10 08:12 etc/  drwxr-xr-x  2 root root 4096 2月  10 08:12 games/  drwxr-xr-x 10 root root 4096 7月   9 05:29 go/  drwxr-xr-x  8 root root 4096 7月  23 17:06 GoLand/  drwxr-xr-x  2 root root 4096 2月  10 08:12 include/  drwxr-xr-x  3 root root 4096 6月  30 00:32 lib/  lrwxrwxrwx  1 root root    9 6月  29 23:43 man -> share/man/  drwxr-xr-x  2 root root 4096 2月  10 08:12 sbin/  drwxr-xr-x  6 root root 4096 2月  10 08:15 share/  drwxr-xr-x  2 root root 4096 2月  10 08:12 src/  1234567891011121314151617
配置为全局启动

将GoLand的启动脚本goland.sh加入用户的/usr/bin/目录下,可以在任意位置执行goland.sh启动GoLand IDE。

~$ cd /usr/local/GoLand/bin/  ~$ sudo ln -s $(pwd)/goland.sh /usr/bin/goland.sh  12
配置启动命令别名并独立运行

按照步骤2中的方式启动GoLand之后,必须保持启动GoLand的terminal保持active,否则GoLand也会随之退出。因此,通过重命名alias的方式简化启动命令,并独立运行(不随terminal关闭而退出)。 打开.bashrc并定义别名:

~$ vim .bashrc  ...  alias goland='nohup goland.sh & >/dev/null'  123

然后重新打开一个terminal,直接输入goland回车即可启动。

总结

至此已经成功在Linux下安装GoLand,大家如果在安装过程中遇到问题可以通过评论区将问题提交给我们。

以上就是良许教程网为各位朋友介绍的Linux系统相关内容。想要了解更多Linux相关知识记得关注公众号“良许Linux”,或扫描下方二维码进行关注,更多干货等着你!

本文来源:www.lxlinux.net/2376.html,若引用不当,请联系修改。

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: