使用apt-get install安装程序时出现API错误。

我在 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

点赞
用户3558805
用户3558805

在 Fedora 上,apt-get 能找到一些 yum 始终说已经没有这样的软件包要处理的软件包... 同时,apt-cache 搜索对我非常有用,那为什么不具有两者的普遍性呢?实际上,如果我能在 Fedora 上安装 FinkFink Commander,那就应该去做!

2014-04-22 03:45:26