Debian 8 VM
MacBook Pro의 Parallels와 함께 Chrome을 설치했습니다 . 성공적으로 설치되었으며 다른 앱 중에서 Chrome 앱을 볼 수 있습니다. 나는 이것이 권한 문제라고 생각하지만 Linux를 처음 접했을 때 다른 것이 될 수 있습니다.
google-chrome-stable_current_amd64.deb
파일을 다운로드하고 명령을 실행하여 설치했습니다.
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
명령을 사용하여 Chrome을 2-3 번 제거한 다음 다시 설치했습니다.
$ apt-get remove --purge google-chrome-stable
$ apt-get remove --purge google-chrome-stable
$ apt-get autoremove
$ apt-get -f install
문제를 해결하는 데 도움이되지 않습니다.
소스 목록에서 실행할 때
$ sudo cat /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
주요 출처 목록은
$ sudo cat /etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary #20150425-14:07]/ jessie main
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary #20150425-14:07]/ jessie main
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free
터미널에서 직접 실행하면 다음과 같은 출력이 생성됩니다.
$ google-chrome
[22266:22311:1230/124137.020697:FATAL:nss_util.cc(631)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Aborted
$ google-chrome-stable
[22377:22418:1230/124142.875056:FATAL:nss_util.cc(631)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Aborted
이 locate
명령은 다음과 같은 출력을 반환합니다.
$ locate google-chrome-stable
/home/chaklader/Downloads/google-chrome-stable_current_amd64.deb
/usr/bin/google-chrome-stable
/usr/share/doc/google-chrome-stable
/usr/share/doc/google-chrome-stable/changelog.gz
/usr/share/man/man1/google-chrome-stable.1.gz
/var/cache/apt/archives/google-chrome-stable_63.0.3239.108-1_amd64.deb
/var/lib/dpkg/info/google-chrome-stable.list
/var/lib/dpkg/info/google-chrome-stable.md5sums
/var/lib/dpkg/info/google-chrome-stable.postinst
/var/lib/dpkg/info/google-chrome-stable.postrm
/var/lib/dpkg/info/google-chrome-stable.prerm
문제를 해결하고 Google Chrome
?
@IvanKozik 늦게 답변해서 죄송합니다. 나는 질문을 업데이트했다.
—
Arefe
google-chrome
터미널에서 실행하면 무엇을 볼 수 있습니까?