Can't see it anywhere, is it called something different?
Asked
Active
Viewed 674 times
2 Answers
3
It's just not installed by default. Install it by running:
sudo apt-get install xinetd
Eric Carvalho
- 55,453
0
Xinetd is a fairly fancy service dispatcher. It's available as a package. Most Ubuntu installations only need the features of the more basic inetd program (if at all), so that's what you get by default. If you need xinetd's advanced features, install it explicitly.
Gilles 'SO- stop being evil'
- 61,858