HI, i just installed Debian Lenny on an old machine in console mode. I think i made a misconfiguration while installing becouse now i can't use apt to use the internet, although i have an active internet connection. Can anyone help me fix this ? |
Check your /etc/apt/sources.list and make sure you don't have the http entries commented out. Some installs will leave you with just the cdrom options. Then do an apt-get update and you should be in business.... I did that, but when i type apt-get install lynx the console says: Reading package lists... Done Building dependency tree Reading state information ... Done Segmentation fault and it ends the process :/
(03 Jun '10, 09:09)
F1r3Fl3x
OK i searched on the internet and i found a solution. You just run "rm -rf /var/cache/apt/*.bin" and apt works like a charm :D
(03 Jun '10, 09:16)
F1r3Fl3x
|