11 Jun 2022 (Sat)

14:27:28 # Life What's in sid? I wanted to check what version of libc was used in current Debian sid. I am lazy and I used podman to check. However I noticed that apt update is very slow for me, 20kB/s. Wondering if something is wrong.

	  podman pull debian:sid
	  podman run -it debian:sid
	  dpkg -l libc6
	
Junichi Uekawa