Hi, On 2026-02-23 15:22, Camm Maguire wrote: > Greetings, and thanks si much! I created an experimental schroot on one > of the porterboxes and could not reproduce. Now that I think about it > that may be because the libc is only 2.42. How do I force 2.43 using > dd-schroot-cmd?
First of all, you have to create a chroot:experimental schroot. Then you can use /experimental to force the version. Unfortunately you have to do it on all dependencies, so that gives: dd-schroot-cmd -c mychroot apt-get install libc6/experimental libc6-dev/experimental libc-bin/experimental Regards Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://aurel32.net

