无法打开/ usr / share / debconf / confmodule – 使用apt-get进行安装时

我尝试安装valgrind使用,

apt-get install valgrind 

下载软件包后,得到以下错误,

 Setting up tzdata (2013d-0squeeze1) ... .: 9: Can't open /usr/share/debconf/confmodule dpkg: error processing tzdata (--configure): subprocess installed post-installation script returned error exit status 127 configured to not write apport reports Errors were encountered while processing: tzdata E: Sub-process /usr/bin/dpkg returned an error code (1) 

请帮我解决这些问题。

我在Debian-Squeeze上

/ usr / share / debconf / confmodule是debconf(必备软件包)的一部分。 检查它是否存在且可读:

 # ll /usr/share/debconf/confmodule -rw-r--r-- 1 root root 2690 Mar 15 2012 /usr/share/debconf/confmodule 

如果不可读,请使用chmod a+r /usr/share/debconf/confmodule使其可读。

如果丢失或损坏,请尝试重新安装debconf, apt-get --reinstall install debconf