On Sun, 15 Jun 2025, 14:27 Stephan Helma, <[email protected]> wrote: > There might be even more. The `chkrootkit` skript mentions these > commands (on the right side the respective debian package is mentioned): > > Section below: > ## workaround for some Bourne shell implementations > unalias login > /dev/null 2>&1 → login > unalias ls > /dev/null 2>&1 → coreutils > unalias netstat > /dev/null 2>&1 → net-tools > unalias ss > /dev/null 2>&1 → iproute2 > unalias ps > /dev/null 2>&1 → procps > unalias dirname > /dev/null 2>&1 → coreutils > > Section below > cmdlist=" > awk → awk > cut → coreutils > echo → coreutils > grep → grep > find → findutils > head → coreutils > id → coreutils > ls → coreutils > ps → procps > sed → sed > strings → binutils > uname → coreutils > " > > There might be more, e.g. to send email. > > Currently (chkrootkit_0.57-2+b5) chkrootkit only depends on 'libc6'. > 'net-tools' and 'procps' are under the 'Recomends'. > > I have not checked, which of these are definitely needed, but I guess at > least those from the 'cmdlist' are good candidates to be included in the > 'Depends' section! >
this is correct, however as far as i can see all of the others are in packages marked "Essential" so the package does not need to (and is not allowed to) depend on them. it would be great if you could check it works for you - there may be time to get this into trixie

