如何修改原来设置的CPAN

如何修改原来设置的CPAN

如何修改原来设置的CPAN
由于对CPAN不熟悉,安装时随意设置的,现在不能正确使用,想把原来的设置清除或者重新设置(用make clean没有用,设置还是存在),但是不知道该怎么进行,请高手指点.
谢谢!
[quote]--perl -MCPAN -.
[quote]
perl -MCPAN -e shell
CPAN> o conf init
[/quote]
非常感谢.
在问一下,设置时是不是一般都是按着默认的就行了?
原来设置ftp_proxy时写成自己的IP了,是不是不能这样设置?但是即使运行o conf init,默认的总是自己IP,怎么修改呢?
在设置lynx时,说找不到,是不是有很大的影响?

现在安装程序就出现下面的问题,该怎么解决?
Doing so often leads to problems that are hard to diagnose, even endless
loops may be encountered.

If you're victim of such problems, please consider unsetting the ftp
config variable with

o conf ftp ""
o conf commit

Issuing "/usr/bin/ftp -n"

Trying with external ftp to get
ftp://ftp.perl.org/pub/CPAN/modules/02packages.details.txt.gz
Going to send the dialog
open ftp.perl.org
user anonymous root@node80.local
lcd /home/gtj/.cpan/sources/modules
cd /
cd pub
cd CPAN
cd modules
bin
get 02packages.details.txt.gz 02packages.details.txt.gz
quit

ftp: Name or service not known
Not connected.
Local directory now /home/gtj/.cpan/sources/modules
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/modules/02packages.details.txt.gz.

Please check, if the URLs I found in your configuration file
(file:/home/gtj/bin/) are valid. The urllist can be edited. E.g. with 'o
conf urllist push ftp://myurl/'
直接修改 CPAN/Config.pm .
直接修改 CPAN/Config.pm 吧
config.pm在哪里?怎么在CP.
config.pm在哪里?怎么在CPAN目录里面找不到?
find / -name Config.pm -.
find / -name Config.pm -print

ls -R / | grep Config.pm
也可以……
我这样找过了
没有,那是 不是因为我没有安装好?
我make clean,之后又重新perl Makefile.pl 装了一次还是没有.
这是怎么回事?好奇怪啊
试过了,不知道该怎么办了,.
试过了,不知道该怎么办了,是不是要把所有的文件删除?
[quote]--cd ~--rm -r.
[quote]
cd ~
rm -rf .cpan
perl -MCPAN -e shell
CPAN>o conf init
[/quote]
选项默认即可(碰到地域选择的时候选asia,china或者其他你所在的区域,下载模块的时候可能会快些),另外确保你的网络是ok的
如果还不行,请:
[quote]perl -MCPAN -e shell
CPAN>o conf[/quote]
然后把 o conf 显示的 CPAN 当前配置全部贴上来,再说