Luis Felipe skribis: > Hi, > > The GNU C library documentation mentions this "locale" program that I'd like to use (https://ftp.gnu.org/old-gnu/Manuals/glibc-2.2.3/html_chapter/libc_toc.html#TOC112), but I can't seem to find the package [output] that provides it... > > > --- > Luis Felipe López Acevedo > https://luis-felipe.gitlab.io/ Hi, There's a "locale" program in the glibc package. --8<---------------cut here---------------start------------->8--- $ guix build glibc /gnu/store/k3dv964sg3n9ls8h28js1q93m6k2p25v-glibc-2.31-debug /gnu/store/gkz044xyi5gmknn5pcdhcviq153w90lf-glibc-2.31 /gnu/store/hjgmcx7pxiwv62f1hv4cfqsajy7cqs54-glibc-2.31-static $ ls -l /gnu/store/gkz044xyi5gmknn5pcdhcviq153w90lf-glibc-2.31/bin/ total 676 -r-xr-xr-x 2 root root 3401 1970-01-01 01:00 catchsegv -r-xr-xr-x 2 root root 31864 1970-01-01 01:00 gencat -r-xr-xr-x 5 root root 29856 1970-01-01 01:00 getconf -r-xr-xr-x 2 root root 40000 1970-01-01 01:00 getent -r-xr-xr-x 2 root root 65856 1970-01-01 01:00 iconv -r-xr-xr-x 2 root root 5714 1970-01-01 01:00 ldd -r-xr-xr-x 2 root root 55240 1970-01-01 01:00 locale -r-xr-xr-x 2 root root 296432 1970-01-01 01:00 localedef -r-xr-xr-x 2 root root 28480 1970-01-01 01:00 makedb -r-xr-xr-x 3 root root 6441 1970-01-01 01:00 mtrace -r-xr-xr-x 2 root root 17792 1970-01-01 01:00 pcprofiledump -r-xr-xr-x 2 root root 22880 1970-01-01 01:00 pldd -r-xr-xr-x 2 root root 4440 1970-01-01 01:00 sotruss -r-xr-xr-x 2 root root 32456 1970-01-01 01:00 sprof -r-xr-xr-x 2 root root 15460 1970-01-01 01:00 tzselect -r-xr-xr-x 2 root root 5458 1970-01-01 01:00 xtrace --8<---------------cut here---------------end--------------->8--- I think the gcc-toolchain package also includes links to these programs. So installing glibc or gcc-toolchain should make the "locale" program available.