Package: adduser Version: 3.152 root@debian: ~# deluser zhenya systemd-journal invalid characters in input string, see trace output for more details at /usr/share/perl5/Debian/AdduserCommon.pm line 143.
/usr/share/perl5/Debian/AdduserCommon.pm doesn't have a hyphen character in $pattern //= qr/[a-zA-Z0-9 _]*/; (line 132) I added the hyphen after underscore character and it works now. # $pattern //= qr/[a-zA-Z0-9 _-]*/; Debian GNU/Linux 13 (trixie)

