Temporary failure resolving 'mirror.yandex.ru'

It is the global apt package server for Armbian that has a pool of server behind. Something we don’t manage which server is selected. However, we could specify a dedicated mirror.

Let’s check where it is configured exactly as I’m not 100% sure on exact file name :smiley:

for i in /etc/apt/sources.list{,.d/*.list}; do echo "$i:"; cat "$i"; done
1 Like