Hi. On Mon, Sep 06, 2021 at 01:43:03AM +0200, Emanuel Berg wrote: > $ sudo apt-get update ... > address = get_proxy_host_port_from_avahi() > File "/usr/share/squid-deb-proxy-client/apt-avahi-discover", line 79, in > get_proxy_host_port_from_avahi ... > > Ideas?
apt purge squid-deb-proxy-client, for starters. If you're using Squid as a proxy - just set the proxy in /etc/apt/apt.conf, like this: Acquire::http::Proxy "http://<ur_squid>:3148"; If not - no further action is required. Reco