系统相关
首页 > 系统相关> > apt-get返回错误“debconf:Perl可能未配置”/我如何理解linux错误

apt-get返回错误“debconf:Perl可能未配置”/我如何理解linux错误

作者:互联网

啊,那里.

所以我在我的覆盆子pi上安装了Debian,一切都很顺利,但是我的apt-get打破了.现在每当我尝试安装或删除任何东西时,它都会失败并返回错误消息,如下所示:

debconf: Perl may be unconfigured (Quantifier follows nothing in regex; marked by <-- HERE in m/* <-- HERE     nostdio.h
 *
 *    Copyright (C) 1996, 2000, 2001, 2005, by Larry Wall and others
 *
 *    You may distribute under the terms of either the GNU General Public
 *    License or the Artistic License, as specified in the README file.
 *
 */ at /usr/lib/perl/5.10/IO.pm line 8.
Compilation failed in require at /usr/lib/perl/5.10/IO/Handle.pm line 9.
BEGIN failed--compilation aborted at /usr/lib/perl/5.10/IO/Handle.pm line 9.
Compilation failed in require at /usr/lib/perl/5.10/IO/Seekable.pm line 9.
BEGIN failed--compilation aborted at /usr/lib/perl/5.10/IO/Seekable.pm line 9.
Compilation failed in require at /usr/lib/perl/5.10/IO/File.pm line 11.
BEGIN failed--compilation aborted at /usr/lib/perl/5.10/IO/File.pm line 11.
Compilation failed in require at /usr/share/perl/5.10/FileHandle.pm line 9.
Compilation failed in require at (eval 1) line 3.
BEGIN failed--compilation aborted at (eval 1) line 3.
) -- aborting

Perl似乎已安装并正常运行.我还可以在哪里寻找线索,以及如何修复apt-get安装?

我想这也暗示了一个更大的问题:我认为自己是一个称职的网络程序员,拥有大约10年的前端和后端经验,但linux库/编译错误仍然让我觉得我正在读伊特鲁里亚.有没有关于在Linux中诊断常见类型的编译/安装错误的好文档,这样我就可以感觉不像我正在输入我在Google上发现的魔法,更像是我实际上在理解我的解决方案?

谢谢,互联网.

解决方法:

你可以试试:

dpkg --configure -a

标签:linux,apt-get,debian,raspberry-pi
来源: https://codeday.me/bug/20190709/1414954.html