安装perlapi-5.8.8

时间:2015-09-13 15:04:21

标签: linux perl ubuntu perl-module

我的问题是我想在ubuntu上安装libgtk-perl软件包但由于其未满足的依赖性而失败,即perlapi-5.8.8,我也尝试过自动依赖安装,但也失败了。问题是它是一个虚拟包,即使安装了perl-base(如说明中所示),也无法安装perlapi。请任何人帮我安装perlapu-5.8.8

adminuser@adminuser-VirtualBox:~$ sudo apt-get install libgtk-perl
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:
 libgtk-perl : Depends: perlapi-5.8.8
E: Unable to correct problems, you have held broken packages.
adminuser@adminuser-VirtualBox:~$ sudo apt-get install perlapi-5.8.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package perlapi-5.8.8 is a virtual package provided by:
  perl-base 5.8.8-7 [Not candidate version]

E: Package 'perlapi-5.8.8' has no installation candidate
adminuser@adminuser-VirtualBox:~$ sudo apt-get install perl-base
Reading package lists... Done
Building dependency tree        
Reading state information... Done
perl-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

1 个答案:

答案 0 :(得分:3)

您正在尝试使用Perl包Gtk。为此,您尝试安装使用Perl 5.8.8构建的二进制文件,这需要您切换到Perl 5.8.8(或5.8.9)。除了向后退一步之外,如果不破坏系统,你就无法做到你想做的事。将Perl切换为Perl 5.8.8会导致问题。

如果您的系统没有为您的Perl版本提供Perl模块Gtk的软件包,请按照以下方式自行安装(在安装必要的C库之后):

cpan Gtk