You can force IPv4 with:
apt-get -o Acquire::ForceIPv4=true update
or IPv6:
apt-get -o Acquire::ForceIPv6=true update
To make this persistent,check this post out:
https://www.vultr.com/docs/force-apt-get-to-ipv4-or-ipv6-on-ubuntu-or-debian
You can force IPv4 with:
apt-get -o Acquire::ForceIPv4=true update
or IPv6:
apt-get -o Acquire::ForceIPv6=true update
To make this persistent,check this post out:
https://www.vultr.com/docs/force-apt-get-to-ipv4-or-ipv6-on-ubuntu-or-debian