LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to complete remaining "debian-7.1.0-amd64-i386-netinst" ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-complete-remaining-debian-7-1-0-amd64-i386-netinst-4175475976/)

tousif 09-20-2013 11:54 AM

Quote:

Originally Posted by zhjim (Post 5022945)
Upsi forgot to tell you where the list of mirrors have to go. They have to go into /etc/apt/sources.list. So login into your shell and do
Code:

editor /etc/apt/sources.list
This should fire up the editor and you are able to edit the file. Save and then go with the apt-get update; apt-get upgrade process.

The link you provided with ftpmirror is not what you want. Really is for having all packages on a local computer which can be used by other computers. And is not needed and not recommended for normal usage of debian.

Before downloading another iso I would first try to get your box connect to the network. Somethings to try out:
Code:

ip link set up dev eth0
ip addr
dhclient
ip addr


thanks for hely.... i downloaded 3 DVD ISO and installed it successfully.
Thanks again :hattip:


All times are GMT -5. The time now is 06:15 AM.