goland安装记录相关


# install 
tar -zxvf xxx.version.tar.gz -C /usr/local/software/  #你自己定义的位置
# 创建图标文件
cd /usr/share/applications/

# gedit || vim 

#file content
[Desktop Entry]
Name=GoLand
Exec=sh /usr/local/software/GoLand-2021.1.3/bin/goland.sh
Terminal=false
Type=Application
Icon=/usr/local/software/GoLand-2021.1.3/bin/goland.png
Comment=GoLand
Categories=Application;
#save
# install finish
  • 清除使用记录

  • 重置脚本

https://3.jetbra.in/arrow-up-right

Last updated