On Sun, 2 Feb 2020 13:19:55 +0200 Tamar Nirenberg <tamarn...@gmail.com> wrote:
> Hi, > > I installed Debian 10 on a new server using live > image:debian-live-10.2.0-amd64-gnome.iso The box is not connected to > the internet. > > Installation ended successfully, but now when I try to install > open-ssh I get an error saying "could not resolve deb.debian.org" > > This is the error: > > $ apt-get install openssh-server > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > The following additional packages will be installed: > > openssh-sftp-server > > Suggested packages: > > molly-guard monkeysphere rssh ssh-askpass ufw > > The following NEW packages will be installed: > > openssh-server openssh-sftp-server > > 0 upgraded, 2 newly installed, 0 to remove and 93 not upgraded. > > Need to get 396 kB of archives. > > After this operation, 1,609 kB of additional disk space will be used. > > Do you want to continue? [Y/n] y > > Ign:1 http://deb.debian.org/debian buster/main amd64 > openssh-sftp-server amd64 1:7.9p1-10+deb10u1 > > Ign:2 http://deb.debian.org/debian buster/main amd64 openssh-server > amd64 1:7.9p1-10+deb10u1 > > Err:1 http://deb.debian.org/debian buster/main amd64 > openssh-sftp-server amd64 1:7.9p1-10+deb10u1 > > Could not resolve 'deb.debian.org' > > Err:2 http://deb.debian.org/debian buster/main amd64 openssh-server > amd64 1:7.9p1-10+deb10u1 > > Could not resolve 'deb.debian.org' > > E: Failed to fetch > http://security.debian.org/debian-security/pool/updates/main/o/openssh/openssh-sftp-server_7.9p1-10+deb10u1_amd64.deb > Could not resolve 'deb.debian.org' > > E: Failed to fetch > http://security.debian.org/debian-security/pool/updates/main/o/openssh/openssh-server_7.9p1-10+deb10u1_amd64.deb > Could not resolve 'deb.debian.org' > > E: Unable to fetch some archives, maybe run apt-get update or try with > --fix-missing? > > The debian-live-10.2.0-amd64-gnome.contents does include this: > /pool/main/o/openssh > > Am I missing something? > > Thanks, > Tamar N. You will need the box connected to the internet to resolve deb.debian.org or any other URL for the matter. If you need packages installed without an internet connection you will need to have apt scan the DVD's using: apt-cdrom add Which will ask you to insert a CD/DVD and it will then make an entry in your /etc/apt/source.list In the future it will tell you what CD/DVD you need to insert for the package and dependencies to be installed.