In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to install goland under Linux, which is very detailed and has a certain reference value. Friends who are interested must finish reading it!
1 download GoLand
(2) install Goland1. Extract and rename the directory ~ $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 48drwxr-xr-x 12 root root 4096 July 23 17:08. / drwxr-xr-x 10 root root 4096 February 10 08:12.. / drwxr-xr-x 2 root root 4096 February 10 08:12 bin/drwxr-xr-x 2 Root root 4096 February 10 08:12 etc/drwxr-xr-x 2 root root 4096 February 10 08:12 games/drwxr-xr-x 10 root root 4096 July 9 05:29 go/drwxr-xr-x 8 root root 4096 July 23 17:06 GoLand/drwxr-xr-x 2 root root 4096 February 10 08:12 include/drwxr-xr-x 3 root root 4096 June 30 00:32 lib/lrwxrwxrwx 1 root root 9 June 29 23:43 man-> share/ Man/drwxr-xr-x 2 root root 4096 February 10 08:12 sbin/drwxr-xr-x 6 root root 4096 February 10 08:15 share/drwxr-xr-x 2 root root 4096 February 10 08:12 src/1234567891011121314151617 is configured to start globally add the startup script goland.sh of GoLand to the user's / usr/bin/ directory You can execute goland.sh to launch GoLand IDE anywhere.
~ $cd / usr/local/GoLand/bin/~$ sudo ln-s $(pwd) / goland.sh / usr/bin/goland.sh12 configure the startup command alias and run independently after starting GoLand as shown in step 2, you must keep the terminal that starts the GoLand and keep the active, or the GoLand will exit with it. Therefore, it is easy to start the command by renaming alias and run it independently (without exiting with terminal shutdown). Open .bashrc and define an alias:
~ $vim .bashrc.. alias goland='nohup goland.sh & > / dev/null'123 then reopen a terminal and enter goland directly to start.
The above is all the contents of the article "how to install goland under Linux". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.