% offpunk
Command 'offpunk' not found, but can be installed with:
sudo apt install offpunk
% sudo apt install offpunk
Command 'sudo' not found, but can be installed with:
sudo apt install sudo
sudo apt install sudo-ldap
%
Yeah, sure. 🙃
JFTR:
% which sudo
sudo not found
IMHO if sudo is not installed these messages should look more like this:
% offpunk
Command 'offpunk' not found, but can be installed as root with:
apt install offpunk
% sudo apt install offpunk
Command 'sudo' not found, but can be installed with as root with:
apt install sudo
apt install sudo-ldap
(Happend with zsh as login shell. I don't expect this makes a
difference, but I'm not sure that it doesn't make a difference either.)