- key 가 없어apt-get update가 안될때
gpg --keyserver keyserver.ubuntu.com --recv ‘__KEY_VALUE__'
gpg --export --armor ‘__KEY_VALUE__’ | sudo apt-key add -
* 반드시 명령을 붙여서 실행한다.
- W: http://dl.google.com/linux/chrome/deb/dists/stable/Release 파일을 받는데 실패했습니다 Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
- E: Some index files failed to download. They have been ignored, or old ones used instead.
해당 저장소 설정파일(/etc/apt/sources.list.d/google-chrome.list)을 열어서
amd64 아키텍처만 인식하도록 수정하면 됩니다.
(i386 아키텍처 사용하시는 분은 해당 설정파일을 삭제하시면 됩니다.)
$ sudo vi /etc/apt/sources.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
※ 위와 같이 "[arch=amd64]" 추가
댓글 없음:
댓글 쓰기