Why does Ubuntu 14.04.2 have the bind9-host
packages upon installation? Is this a bundled upon installing the Ubuntu OS? Is there a way to avoid having this packages upon installation?
Asked
Active
Viewed 4,830 times
7

Giacomo1968
- 3,542
- 27
- 38

Sympatiko
- 73
- 1
- 5
1 Answers
11
The reason the package is called bind9-host
is because it's part of the bind9 suite. However, it doesn't include the entire bind server, just the host
executable (and documentation). host
is a simple utility for performing DNS lookups, not a DNS server.
You probably shouldn't remove it, since there are probably several scripts that depend on it.

bennettp123
- 423
- 3
- 8