Ubuntuにaptを使用してlibperl-devをインストールしようとしましたが、次のエラーが発生します。
user@comp-2:~$ sudo apt-get install libperl-dev
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:
libperl-dev : Depends: perl (= 5.14.2-6ubuntu2) but 5.14.2-6ubuntu2.1 is to be installed
Depends: libperl5.14 (= 5.14.2-6ubuntu2) but 5.14.2-6ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.
問題をグーグルで検索しようとしましたが、明確なものが見つかりませんでした。
「依存:libperl5.14(= 5.14.2-6ubuntu2)ですが、5.14.2-6ubuntu2.1をインストールする必要があります」という意味と、それを解決する方法を誰かに説明してもらえますか?
よろしくお願いします。