
설치환경 : ubuntu24.04
# software-properties-common 패키지 설치
sudo apt install software-properties-common
# 이더리움PPA 추가
sudo add-apt-repository -y ppa:ethereum/ethereum
# PPA에 추가된 내용 업데이트
sudo apt update
# 이더리움 설치
sudo apt install ethereum
# 버전확인
geth version

참조 : https://geth.ethereum.org/docs/getting-started/installing-geth