How to install / have
sendmail
as it is required when trying to report Perl bug
It appears that there is no program which looks like "sendmail"
on your system.
Please help out !
https://wiki.archlinux.org/title/sendmail
Any more context ?
I'm assuming you are using perlbug ?
From the perlbug man page:
So you may be better off doing that. Installing sendmail is probably overkill to send one bug report.
And I've heard it's complicated to set up sendmail but IDK as I've never used it.
man perlbug
will give you all the options
See:
https://en.wikipedia.org/wiki/Sendmail
Sendmail has a history of security vulnerabilities. I think it was among the first programs to have those listed.
I recommend msmtp instead:
https://marlam.de/msmtp/
It's unlikely you would want to run the full sendmail beast in your box, just to send an email It'll probably get marked as spam too (dynamic IPs...) You may want a lighter alternative like postfix (or an even more barebones one) configured to use an external SMTP server. Not worth the trouble, IMHO.