カリーはズームを取り付けることができません

カリーはズームを取り付けることができません

Zoomをインストールしようとしていますが、ログです。

kali@kali:~$ sudo apt install ./zoom_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'zoom' instead of './zoom_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:
 zoom : Depends: libgl1-mesa-glx but it is not installable
        Depends: libegl1-mesa but it is not installable

カリを部分的に設置した様子です。初めてインストールしたときは、デスクトップ環境もありませんでした。xfce desktop environmentインストール後にインストールしてみました。

一部のヘッダーが欠落していることはわかっていますが、どのように調整しますか?または、このエラーを修正する方法を検索エンジンで調べましたが、常に失敗しました。

編集:パッケージを個別にインストールしてみてください。

kali@kali:~$ sudo apt-get install libgl1-mesa-glx
[sudo] password for kali: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libgl1-mesa-glx is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libgl1-mesa-glx' has no installation candidate

ベストアンサー1

スナップパッケージがあり、以下からインストールできます。

sudo snap install zoom-client

Kali Docsにスナップをインストールする方法

おすすめ記事