Use the command

apt-get install make 

He gave me this result

 root@R2CPU:/# apt-get install make Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: make-doc The following NEW packages will be installed: make 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 290 kB of archives. After this operation, 1164 kB of additional disk space will be used. Err:1 http://deb.debian.org/debian stretch/main armhf make armhf 4.1-9.1 Temporary failure resolving 'deb.debian.org' E: Failed to fetch http://deb.debian.org/debian/pool/main/m/make-dfsg/make_4.1-9.1_armhf.deb Temporary failure resolving 'deb.debian.org' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 

I still do not understand why the computer could not contact the repository, maybe it is worth it first to configure ?? Maybe this is connected to the Internet ??

I just inserted the Internet wire

 root@R2CPU:/# fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off 

looked at the settings of the repository /etc/resolv.conf as for me everything is OK

 root@R2CPU:/etc# more resolv.conf nameserver 192.168.1.250 nameserver 8.8.8.8 nameserver 8.8.4.4 

enter image description here

  • For some reason you are writing to the command line interpreter any rubbish without parsing. - andreymal
  • sudo rm -f /etc/resolv.conf && echo nameserver 8.8.8.8 | sudo tee /etc/resolv.conf sudo rm -f /etc/resolv.conf && echo nameserver 8.8.8.8 | sudo tee /etc/resolv.conf - andreymal
  • 2
    “I don’t really know what I’m doing” - in this case, you should read any tutorial on Linux basics and basic Unix commands before doing anything else. - andreymal
  • 2
    Nothing more than to read the basics of Linux, I can not advise. A full-fledged OS does not require the existence of a desktop and a graphical interface in general - you can fully and completely work in the terminal (even playing games and asking questions on Stack Overflow is also possible through the terminal, there would be a desire) - andreymal
  • 2
    @andreymal, thanks for the team: 3, do not tell a good book on working in the terminal linux, thanks - timob256

1 answer 1

From the beginning, I used the ip addr flush dev eth0 command, the next dhclient command, the next ping www.ru to check the connection, you can at least ping picabu.ru

I used these teams and they worked. Although I honestly want to say the essence of the command ip addr flush dev eth0

  • ip addr shows my ip (private IP address mapping command)
  • flush - torrent client in Linux ????
  • dev - the designation of the file system.
  • eth0 is an initialized internet connection.

In fact, the team binds the ip address of this computer with an initialized Internet connection via a torrent client (in fact, a torrent client is a built-in Linux utility).

  • The explanation of the essence of the team is nonsense, of course, ss64.com/bash/ip-address-show.html , and the team does not bind, but rather unbind - andreymal
  • @andreymal ktozh prevents edit dash fix ??? I'm just not a hacker, I'm so gazorezhchik: 3 - timob256 February