Search

241004_1130_CentOS에서 Go 설치하기

[root@localhost glory]# wget https://go.dev/dl/go1.21.1.linux-amd64.tar.gz --2024-10-04 11:28:34-- https://go.dev/dl/go1.21.1.linux-amd64.tar.gz .. . . . . go1.21.1.linux-amd64.tar.gz 100%[==============================================>] 63.55M 20.1MB/s in 3.2s 2024-10-04 11:28:38 (20.1 MB/s) - ‘go1.21.1.linux-amd64.tar.gz’ saved [66633012/66633012] [root@localhost glory]# sudo tar -C /usr/local -xzf go1.21.1.linux-amd64.tar.gz [root@localhost glory]# echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc [root@localhost glory]# source ~/.bashrc [root@localhost glory]# go version go version go1.21.1 linux/amd64
TypeScript
복사

안녕하세요

한국전자기술연구원 김영광입니다.
관련 기술 문의와 R&D 공동 연구 사업 관련 문의는 “glory@keti.re.kr”로 연락 부탁드립니다.

Hello

I'm Yeonggwang Kim from the Korea Electronics Research Institute.
For technical and business inquiries, please contact me at “glory@keti.re.kr”