私が入力したとき:
sudo apt install kde-cli-tools
私は得る:
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:
kde-cli-tools : Depends: libkf5kcmutils5 (>= 5.2.0+git20141003) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
私はLinux mintの初心者であり、過去にはWindowsユーザーなので助けてください。
Linux mintに接続されたKDEをインストールしたかったのですが、これが起こりました。
ベストアンサー1
何でもインストールする前に更新する必要があります。アップグレードするオプションもあります。
sudo apt udate && sudo apt upgrade
場合によっては、aptitude
置換を使用すると依存関係のapt
競合を解決できます。
sudo aptitude kde-cli-tools