Comment 0 for bug 730013

Revision history for this message
Amine Brikci-N (nh2amine) wrote :

update-command-not-found (run as root) gives the following error:

I: Writing data for oscar.aptosid.com_debian_dists_sid_Contents-i386.gz ...
Traceback (most recent call last):
  File "/usr/sbin/update-command-not-found", line 95, in <module>
    write_db_apt_file()
  File "/usr/sbin/update-command-not-found", line 72, in write_db_apt_file
    write_db_core(fobj)
  File "/usr/sbin/update-command-not-found", line 51, in write_db_core
    section, package = package.strip().rsplit('/', 1)
ValueError: need more than 1 value to unpack

So the cache won't be updated and typing an unknowed command in bash gives the following error:

Could not find the database of available applications, run update-command-not-found as root to fix this