kali linuxにターミネータをインストール中にpython3-psutilエラーが発生しました。

kali linuxにターミネータをインストール中にpython3-psutilエラーが発生しました。

Kali Linux 2022.2にインストールしようとしましたが、terminator次のエラーが発生しました。

$ sudo apt install terminator
Reading package lists... Done
Building dependency tree... Done
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: python3-psutil : Depends: python3 (< 3.9) but 3.10.4-1+b1 is to be installed
E: Unable to correct problems, you have held broken packages.

誰でもこの問題を解決する方法を案内できますか?

インストールする前にsudo apt updateこれを試しました。sudo apt upgradeterminator

ベストアンサー1

Kaliバージョンを2023.3に完全にアップグレードする必要があります。

sudo apt update && sudo apt full-upgrade -y
sudo reboot

再起動後、以下をインストールできますterminator

sudo apt install terminator

おすすめ記事