Kubernetes지원에서 NPU노드 준비에서 문제가 발생합니다

sudo apt-get update && apt install -y furiosa-driver-warboy furiosa-toolkit
기존:1 Index of /ubuntu jammy InRelease
기존:2 https://archive.furiosa.ai/ubuntu focal-rc InRelease
기존:3 https://archive.furiosa.ai/ubuntu jammy InRelease
기존:4 Index of /ubuntu jammy-updates InRelease
기존:5 https://archive.furiosa.ai/ubuntu focal InRelease
기존:6 Index of /ubuntu jammy-backports InRelease
기존:7 Index of /ubuntu jammy-security InRelease
패키지 목록을 읽는 중입니다… 완료
W: https://archive.furiosa.ai/ubuntu/dists/focal-rc/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: https://archive.furiosa.ai/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: https://archive.furiosa.ai/ubuntu/dists/focal/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
E: 잠금 파일 /var/lib/dpkg/lock-frontend 파일을 열 수 없습니다 - open (13: 허가 거부)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?

이렇게 toolkit 설치를 하려고하니 잠금파일을 열 수 없다고 해서 다음스텝으로 넘어가지가 않습니다…

이 전까지의 펌웨어 업데이트 등은 모두 완료가 됐습니다.
해결방법 부탁드립니다!

안녕하세요, APT 서버를 위한 키 등록들은 다 완료한 상태이시지만, 드라이버를 업데이트하는데 에러가 발생하신 다는 것으로 이해하였습니다.

우선 의심 되는 상황은 아래 에러 메시지를 보았을때, sudo 권한으로 업데이트를 진행하지 않아 발생하는 것으로 보입니다.

E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?

아래와 같이 sudo 권한으로 시도를 해보시겠어요?

sudo apt install -y furiosa-driver-warboy furiosa-toolkit