Google Chromeパッケージをインストールすると、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.