所以我在我的覆盆子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总结
以上是内存溢出为你收集整理的apt-get返回错误“debconf:Perl可能未配置”/我如何理解linux错误全部内容,希望文章能够帮你解决apt-get返回错误“debconf:Perl可能未配置”/我如何理解linux错误所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)