linux #ubuntu #go1 [Linux]Ubuntu에서 Go언어 설치 1. Go 제거하기# go언어 제거 하기sudo apt-get purge golang*sudo rm -rf /usr/local/gosudo rm -rf $(echo $GOPATH)# ~/bashrc 또는 ~/.profile에서 go 관련된 항목 제거(기존에 설정한 파일에서 작업)source ~/.profilesource ~/.bashrc# 제거 확인go version 2. apt-get 업데이트 하기sudo apt-get updatesudo apt-get -y upgrade 3. wget 설치 확인 및 wget 설치# wget 설치 확인 & wget 없을 경우 wget 설치which wgetsudo apt-get install wget 4. Go 최신 버전 설치하기https://go.dev/dl/ A.. 2024. 7. 10. 이전 1 다음