PDA

View Full Version : plz help me in upgrading to ubuntu 6.10


arunks
31-10-2006, 09:08 PM
i got this error while upgrading

Failed to fetch ftp://cipherfunk.org/pub/packages/ub...er/Release.gpg Could not resolve 'cipherfunk.org'
Failed to fetch ftp://cipherfunk.org/pub/packages/ub...86/Packages.gz Could not resolve 'cipherfunk.org'
Failed to fetch ftp://cipherfunk.org/pub/packages/ub...rce/Sources.gz Could not resolve 'cipherfunk.org'

plz do something
________________
i used both switches -d and -c with gksu as told by jguru

JGuru
01-11-2006, 12:14 AM
@Desmataks, This is the correct command to upgrade to Ubuntu Edgy Eft:

$ gksu "update-manager -c"

The -d switch is not needed for final release!!

GNUrag
01-11-2006, 01:19 AM
desmataks, you have added some third party repository cypherpunk.org which seems to be down at the moment. Please disable that repo from synaptic and try upgrading/updating again.

JGuru, apt-get dist-upgrade also works like charm.. that's the debian way to do it :)

JGuru
01-11-2006, 04:17 PM
@GNUrag, You are right. apt-get dist-upgrade is the Debian way of doing things. For that command to work, you need to edit the file '/etc/apt/sources.list'
& change the occurence of the word 'dapper' to 'edgy' & save the file. & run
the following commands:

$ sudo apt-get update

$ sudo apt-get dist-upgrade

arunks
02-11-2006, 09:00 AM
when i use this
$ gksu "update-manager -c -d"
a new window opens and there is wrtitten a message "upgrade to 6.10 edy ubutu" and a upgrade is button is provided

but when i use this
$ gksu "update-manager -c"

no upgrade info and button is provided so how to upgrade without that button..


i will try apt-get command after replacing dapper word by edgy.