以下は、シナプティックのインストール時に発生するエラーです。
*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:
libfolks25 : Breaks: libfolks-eds25 (< 0.8.0-2~) but 0.6.9-1+b1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.****
答え1
このエラーを見ると、以前にシナプティックをインストールしたことがあるようですapt
。
時にはapt
依存関係に関連するエラーが発生しますが、これを解決する方法はありません。このエラーを修正してシナプティックを強制的にインストールするには、まずコマンドaptitude
(同じ)を使用してシナプティックをインストールする必要があります。apt
apt-get install aptitude
次に、コマンドを使用してインストールしaptitude
ます。依存関係にエラーがあることを伝えますが(言ったように)、エラーを修正して必要なパッケージをインストールできるソリューションも提案します。ソリューションが提供されるたびに、それを読んでソリューションに同意したら、タップするか、インストールするソリューションが見つかるまで他のソリューションを表示します。synaptic
aptitude install synaptic
apt
y
n
synaptic
答え2
リポジトリを操作したり、実験的なリポジトリを使用したりすると、このエラーが発生する可能性があります。
Debian を使用している場合は、ディストリビューションが提供する適切なリポジトリのみを使用してください。
タイプ:-
sudo nano /etc/apt/sources.list
ダーバン:-
deb http://ftp.debian.org/debian stable main contrib non-free
カーリー:-
deb http://http.kali.org/kali kali-rolling main non-free contrib
そして
sudo apt update
上記のエラーは、実験的リポジトリを使用していることを明らかに示しています。
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