Comment 14 for bug 667017

Revision history for this message
Alexander Luchs (alynx34) wrote :

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 171, in _process_transaction
    self.install_file(**self.trans.kwargs)
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 454, in install_file
    deb = apt.debfile.DebPackage(path.encode("UTF-8"), self._cache)
  File "/usr/lib/python2.6/dist-packages/apt/debfile.py", line 57, in __init__
    self.open(filename)
  File "/usr/lib/python2.6/dist-packages/apt/debfile.py", line 66, in open
    self._debfile = apt_inst.DebFile(open(self.filename))
IOError: [Errno 2] No such file or directory: '/tmp/google-chrome-stable_current_amd64.deb'

Attempted to install Google Chrome after installing updates on a new install of 10.10. I went to download Chrome from Google's website and it opened Ubuntu Software Center. It was listed as "waiting" while the system updates were downloading/installing. When they finished, this error with the listed traceback occurred. Don't if it it's relevant, but I also downloaded and installed latest ATI driver driver at the same time.