Gitをインストールできません/Kali Linuxツールをインストールできません

Gitをインストールできません/Kali Linuxツールをインストールできません

今日からインストールしました。私は主にカリを使いますが、一度使ってみたいです。どんな助けでも大変感謝します!

root@ubuntu:/home/<MY USERNAME># apt-get install git
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:
 git : Depends: liberror-perl but it is not installable
E: Unable to correct problems, you have held broken packages.

ベストアンサー1

まず、apt自体を使用して破損したパッケージを修復してみてください。

sudo apt install -f

これにより、依存関係の問題が解決されます。

問題が解決しない場合は、dpkgを使用してパッケージを再構成してください。

sudo dpkg --configure-a

この dpkg 構成コマンドは、破損または不完全なインストールを防ぐために使用されます。一般的なパッケージの問題を解決するのに役立ちます。アパートは行けばいいと思います。

おすすめ記事