System Engineering/리눅스, 라즈베리파이

apt-get update & apt-get upgrade의 의미

Hojae Lee 2021. 12. 17. 11:03

WSL2로 우분투를 윈도우10에 설치하고 tree 명령어를 설치하고자 했다.

그런데 sudo apt-get install tree를 해도 안돼!

알고보니, apt-get update를 해주지 않아서 그랬어.

The command apt-get update only updates the package lists. 

 

즉, 다운 받아올 repo의 package lists가 update 되어있지 않아서 unable to locate 메시지가 떴던거야.