On Wed, Aug 11, 2021 at 08:16:04AM -0400, Bob Bernstein wrote: > The package visudo not being installed on this system, [...]
visudo is not a separate package. It's a program included in the sudo package. unicorn:~$ type visudo visudo is /usr/sbin/visudo unicorn:~$ dpkg -S /usr/sbin/visudo sudo: /usr/sbin/visudo Remember, "sudo" adds /usr/sbin to the PATH by default, so it may "see" programs that your regular user account can't see. (Unless you've changed your PATH variable, as I have.)