3.8.0 Fresh Install APT-GET UPDATE Error

pi@piaware:~ $ sudo apt-get update
apt-get: relocation error: /lib/arm-linux-gnueabihf/libapt-private.so.0.0: symbol à á version GLIBCXX_3.4 not defined in file libstdc++.so.6 with link time reference

This is a today’s fresh downloaded 3.8.0 image
Imaged with Etcher
Running on a Pi 3b+

so what can be wrong?

I cannot reproduce this with a freshly downloaded 3.8.0 image on a Pi 3B+. Only modification after writing the image was creating /boot/ssh to enable SSH access.

pi@piaware:~ $ sudo apt-get update
Get:1 http://flightaware.com/mirror/raspbian/raspbian buster InRelease [15.0 kB]
Get:2 http://flightaware.com/adsb/piaware/files/packages buster InRelease [1,858 B]
Get:3 http://flightaware.com/mirror/raspberrypi/debian buster InRelease [25.2 kB]
Get:4 http://flightaware.com/mirror/raspbian/raspbian buster/main armhf Packages [13.0 MB]
Get:5 http://flightaware.com/adsb/piaware/files/packages buster/piaware armhf Packages [4,093 B]                                                                                                           
Get:6 http://flightaware.com/mirror/raspberrypi/debian buster/main armhf Packages [260 kB]                                                                                                                 
Fetched 13.3 MB in 48s (275 kB/s)                                                                                                                                                                          
Reading package lists... Done
pi@piaware:~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@piaware:~ $ grep Model /proc/cpuinfo
Model		: Raspberry Pi 3 Model B Plus Rev 1.3

What are you doing differently? Did you do any other configuration or changes after writing the image? A dynamic linker error like that generally means you have been mixing and matching manually installed packages from different distribution versions.

Today I started new with a Buster Lite Image and installing by hand
Everything works now…
Thanks!