Thinking I should get the latest and greatest I upgraded using update-manager -d from 10.04 to 10.10 to 11.04 and an attempt to 11.10.
11.04 has proven to be unstable for me. The upgrade to 11.10 fails with the error:
I'm thinking now I should just go back to 10.04 which was the last working version I had. Is there some easy way to do this? If not is there some way to complete the upgrade to 11.10? Being stuck halfway in between can't be good.
11.04 has proven to be unstable for me. The upgrade to 11.10 fails with the error:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/defer/__init__.py", line 472, in _inline_callbacks
result = gen.throw(result.type, result.value, result.traceback)
File "/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendAptdaemon.py", line 51, in commit
yield self._run_in_dialog(trans, self.INSTALL)
File "/usr/lib/python2.7/dist-packages/defer/__init__.py", line 472, in _inline_callbacks
result = gen.throw(result.type, result.value, result.traceback)
File "/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendAptdaemon.py", line 67, in _run_in_dialog
yield dia.run()
aptdaemon.errors.TransactionFailed: Transaction failed: None
The following packages have unmet dependencies:
libglib2.0-0: Depends: libffi6 (>= 3.0.4) but 3.0.11~rc1-2 is to be installed
Depends: libpcre3 (>= 8.10) but 8.12-3ubuntu2 is to be installed
Depends: zlib1g (>= 1:1.2.2) but 1:1.2.3.4.dfsg-3ubuntu3 is to be installed
File "/usr/lib/python2.7/dist-packages/defer/__init__.py", line 472, in _inline_callbacks
result = gen.throw(result.type, result.value, result.traceback)
File "/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendAptdaemon.py", line 51, in commit
yield self._run_in_dialog(trans, self.INSTALL)
File "/usr/lib/python2.7/dist-packages/defer/__init__.py", line 472, in _inline_callbacks
result = gen.throw(result.type, result.value, result.traceback)
File "/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendAptdaemon.py", line 67, in _run_in_dialog
yield dia.run()
aptdaemon.errors.TransactionFailed: Transaction failed: None
The following packages have unmet dependencies:
libglib2.0-0: Depends: libffi6 (>= 3.0.4) but 3.0.11~rc1-2 is to be installed
Depends: libpcre3 (>= 8.10) but 8.12-3ubuntu2 is to be installed
Depends: zlib1g (>= 1:1.2.2) but 1:1.2.3.4.dfsg-3ubuntu3 is to be installed
Comment