Configure the APT Package Manager
Check The Network Connection
$ ping www.gooogle.comPING www.google.com (74.125.203.105) 56(84) bytes of data.
64 bytes from th-in-f105.1e100.net (74.125.203.105): icmp_seq=1 ttl=46 time=15.6 ms
64 bytes from th-in-f105.1e100.net (74.125.203.105): icmp_seq=2 ttl=46 time=15.4 ms
64 bytes from th-in-f105.1e100.net (74.125.203.105): icmp_seq=3 ttl=46 time=15.6 msSetup Archive Mirror Repository to Your Server
$ sudo vi /etc/apt/source.listdeb http://<favourite-debian-mirror>/debian/ jessie main deb-src http://<favourite-debian-mirror>/debian/ jessie main# deb cdrom:[Debian GNU/Linux 8.2.0 _Jessie_ - Official amd64 CD Binary-1 20150906-11:13]/ jessie contrib main # deb cdrom:[Debian GNU/Linux 8.2.0 _Jessie_ - Official amd64 CD Binary-1 20150906-11:13]/ jessie contrib main
Let's learn some useful apt-get command:
Last updated