Chrome을 설치하는 방법은 무엇입니까?

Chrome을 설치하는 방법은 무엇입니까?

Google 크롬 패키지를 설치할 때 Kali Linux의 문제를 해결하고 있는데 설치하려고 하는데 다음과 같이 표시됩니다.

sudo apt install ./google-chrome-stable_current_amd64.deb

> Reading package lists... Done

> Building dependency tree       
Reading state information... Done                                                                                                                                                                                                          
Note, selecting 'google-chrome-stable' instead of './google-chrome-stable_current_amd64.deb'                                                                                                                                               
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: xdg-utils (>= 1.0.2) but it is not installable                                                                                                                                                            
                        Recommends: libu2f-udev but it is not installable                                                                                                                                                                  
                        Recommends: libvulkan1 but it is not installable                                                                                                                                                                   
E: Unable to correct problems, you have held broken packages.

이 문제를 해결하도록 도와주세요.

답변1

사용해 보세요갓비바꾸다쉬운.

sudo gdebi google-chrome-stable_current_amd64.deb

man gdebi설명에서 발췌한 내용을 주의 깊게 읽어보세요.

   gdebi  lets  you  install local deb packages resolving and installing
   its dependencies. apt does the same, but only for remote (http,  ftp)
   located packages. It can also resolve build-depends of debian/control
   files.

관련 정보