Monday, September 24, 2012

Error with debconf

I had this problem just now, making my system half-broke!

"Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/DbDriver/File.pm line 44, <DEBCONF_CONFIG> chunk 3."

Searched for the solution and found. To solve,


sudo apt-get install debconf --reinstall


and worked!



2 comments:

  1. $ wget http://launchpadlibrarian.net/112842783/debconf_1.5.46ubuntu1_all.deb

    $ sudo dpkg -i debconf_1.5.46ubuntu1_all.deb

    ReplyDelete