在apt-get install之后安装程序时出现API错误

时间:2014-01-21 22:12:57

标签: linux api lua fedora

在Fedora Linux shell中键入以下代码时遇到问题:

[root@localhost KDVDRam]# apt-get install kdvdramtools-0.4
Reading Package Lists... Done
Building Dependency Tree... Done
PANIC: unprotected error in call to Lua API (attempt to index a nil value)
Aborted (core dumped)
[root@localhost KDVDRam]# sudo apt-get install kdvdramtools-0.4
BDB2053 Freeing read locks for locker 0xae4: 404/140312489400384
BDB2053 Freeing read locks for locker 0xae5: 404/140312489400384
Reading Package Lists... Done
Building Dependency Tree... Done
PANIC: unprotected error in call to Lua API (attempt to index a nil value)

任何人都可以帮助我解决问题以及如何解决这个问题? JohnDBCT

1 个答案:

答案 0 :(得分:1)

Fedora上的

apt-get发现yum总是说无所事事的一些软件包,因为没有这样的软件包...... apt-cache搜索对我来说也是非常宝贵的,为什么不能兼顾两者的普遍性呢?事实上,如果我有能力在我的fedora上安装FinkFink Commander,那么就应该完成!