-1

Is inetutils or some programs in it provided or installed by default in Debian or Ubuntu? If not, why does Debian or Ubuntu not include it? Is it because they have better alternative programs in other packages? For example,

  • inetd is included in inetutils, and it is not found on Ubuntu or Debian. What similar program is installed in Debian or Ubuntu by default?

  • syslogd is included in inetutils. Does Debian or Ubuntu use rsyslogd instead? Which package does rsyslogd belong to?

1
  • Why should they be installed by default? O.o Commented Apr 5, 2021 at 15:32

1 Answer 1

1

By default inetutils* it is not installed in Debian or Ubuntu.

The alternative to inetd may be xinetd or rlinetd. as the definition of the package say: replacement for inetd with many enhancements

rsyslog provide the rsyslogd (/usr/sbin/rsyslogd)

The rsyslog come with the rsyslog.service, it is enabled by default.

To answer the comment:

bsdutils provide logger (/usr/bin/logger)

openbsd-inetd provide the inetd.

6
  • Thank you. I was wondering why inetutils is not chosen by Debian or Ubuntu? Commented Apr 5, 2021 at 18:37
  • @Ben I don't know exactly why inetd isn't chosen by Debian. Commented Apr 5, 2021 at 18:55
  • 1
    Are syslogd and inetd normally provided by inetutils? (logger is provided by both inetutils and util-linux, but seems to be normally by util-linux in Debian) Commented Apr 6, 2021 at 1:34
  • @Ben See my edit please. Commented Apr 6, 2021 at 9:58
  • How about syslogd? Commented Apr 6, 2021 at 11:09

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.