Now, it is 16.04, the problem is still there.

For update-notifier-common 3.168

I can see below error:

$ /usr/lib/update-notifier/apt-check 
E: Unknown Error: '<class 'KeyError'>' ("The cache has no package named 
'wine-devel-i386'")

There is similar error like comment #1 too.

The workaround or possible fix is in "/usr/lib/update-notifier/apt-
check"

change line 143 from
ignored = ul._is_ignored_phased_update(aptcache[pkg.name])
to
ignored = ul._is_ignored_phased_update(aptcache[pkg.name + ":" + cand_ver.arch])


** Also affects: update-notifier
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1318321

Title:
  "the cache has no package" error when wine update is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/pipelight/+bug/1318321/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to