nickcollision
Junior Member
Have tried to do an easy update of my Ubuntu install using the terminal as suggested on https://help.ubuntu.com/community/EdgyUpgrades . Went to terminal and entered:
gksu "upgrade-manager -c"
which allowed the upgrade manager to see the Edgy update, however then it gave the error message:
michael@michael-ubuntu:~$ gksu "update-manager -c"
warnings.warn("apt API not stable yet", FutureWarning)
michael@michael-ubuntu:~$ gksu "update-manager -c"
/usr/lib/python2.4/site-packages/apt/__init__.py:17: FutureWarning: apt API not stable yet
warnings.warn("apt API not stable yet", FutureWarning)
extracting '/tmp/tmpGq8qt0/edgy.tar.gz'
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/UpdateManager/UpdateManager.py", line 641, in on_button_dist_upgrade_clicked
fetcher.run()
File "/usr/lib/python2.4/site-packages/UpdateManager/DistUpgradeFetcher.py", line 211, in run
if not self.extractDistUpgrader():
File "/usr/lib/python2.4/site-packages/UpdateManager/DistUpgradeFetcher.py", line 136, in extractDistUpgrader
tar = tarfile.open(self.tmpdir+"/"+os.path.basename(self.uri),"r")
File "/usr/lib/python2.4/tarfile.py", line 921, in open
return func(name, "r", fileobj)
File "/usr/lib/python2.4/tarfile.py", line 964, in gzopen
fileobj = file(name, mode + "b")
IOError: [Errno 2] No such file or directory: '/tmp/tmpGq8qt0/edgy.tar.gz'
Any idea what to do to make this work without having to burn a CD? I have no clue about what to do with Ubuntu as I am a newbie to it!
-nickcollision
gksu "upgrade-manager -c"
which allowed the upgrade manager to see the Edgy update, however then it gave the error message:
michael@michael-ubuntu:~$ gksu "update-manager -c"
warnings.warn("apt API not stable yet", FutureWarning)
michael@michael-ubuntu:~$ gksu "update-manager -c"
/usr/lib/python2.4/site-packages/apt/__init__.py:17: FutureWarning: apt API not stable yet
warnings.warn("apt API not stable yet", FutureWarning)
extracting '/tmp/tmpGq8qt0/edgy.tar.gz'
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/UpdateManager/UpdateManager.py", line 641, in on_button_dist_upgrade_clicked
fetcher.run()
File "/usr/lib/python2.4/site-packages/UpdateManager/DistUpgradeFetcher.py", line 211, in run
if not self.extractDistUpgrader():
File "/usr/lib/python2.4/site-packages/UpdateManager/DistUpgradeFetcher.py", line 136, in extractDistUpgrader
tar = tarfile.open(self.tmpdir+"/"+os.path.basename(self.uri),"r")
File "/usr/lib/python2.4/tarfile.py", line 921, in open
return func(name, "r", fileobj)
File "/usr/lib/python2.4/tarfile.py", line 964, in gzopen
fileobj = file(name, mode + "b")
IOError: [Errno 2] No such file or directory: '/tmp/tmpGq8qt0/edgy.tar.gz'
Any idea what to do to make this work without having to burn a CD? I have no clue about what to do with Ubuntu as I am a newbie to it!
-nickcollision