Debian에 안정적인 최신 Chrome을 설치하려고 하는데 다음 오류가 발생합니다.
sudo apt-get install google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
google-chrome-stable : Depends: libappindicator3-1 but it is not installable
Recommends: libu2f-udev but it is not installable
E: Unable to correct problems, you have held broken packages.
나는 다음 버전의 데비안을 실행하고 있습니다:
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.11 (jessie)
Release: 8.11
Codename: jessie
나는 사용했다
apt-get update
이어서
apt-get dist-upgrade
하지만 Chrome 설치 중에 동일한 오류가 발생했습니다.
이상한 점은 내 것이 /etc/apt/sources.list
비어 있다는 것입니다.
이것을 설치하는 방법을 아시나요?
답변1
debian 9 stetch로 업데이트한 다음 debian 저장소에서 chromium을 설치해 보세요.
답변2
Chrome, Skype 또는 any.deb를 설치할 때 이 문제가 발생하면 "apt install -f"를 실행하세요.
sudo apt install -f
기회가 없으면 문제가 해결되거나 손상된 패키지가 제거됩니다.
답변3
패키지 관리자를 통해 debian jessie에 Google 크롬을 설치하려면 apt
파일에 다음 줄이 있어야 합니다 /etc/apt/sources.list
.
deb http://deb.debian.org/debian/ jessie main
deb http://deb.debian.org/debian/ jessie-updates main
deb http://deb.debian.org/debian-security jessie/updates main
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
그런 다음 서명 키를 추가합니다.
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Google 크롬을 설치합니다.
sudo apt-get update
sudo apt-get install google-chrome-stable
콤보libu2f-udev
는추천하다종속성은 Debian Buster/Sid에서만 작동합니다.
이것libappindicator3-1
패키지는 apt
종속성으로 설치됩니다.
답변4
사용
sudo nano /var/lib/dpkg/status
이것은 나에게 효과가 있었습니다. 당신에게도 효과가 있기를 바랍니다.
sudo vi /var/lib/dpkg/status
해당 파일에서 이러한 패키지를 삭제하십시오.