- You are probably behind a proxy or router, so you have to manually update, do
the following:
1. Edit file /etc/wgetrc if you are behind a router, comment:
#passive_ftp=on
if you are behind a proxy setup the proxy in wgetrc
2. Add the update location as a new source:
urpmi.addmedia --wget updates
ftp://mirrors.secsup.org/pub/linux/mandrake/Mandrake/updates/9.0/RPMS with
../base/hdlist.cz
this will download the sourcelist, now you can run an auto update by using
command:
urpmi --wget --auto-select
For more infos about the command line tool, just look at the man page:
man urpmi
man urpmi.addmedia
etc.
To the problem with the Terminal shell, what exactly did you change and how
did you do it?
|