While I'm try to install sudo apt-get install bind9-dnsutils
, I get the following error:
The following packages have unmet dependencies:
bind9-dnsutils : Depends: bind9-libs (= 1:9.16.1-0ubuntu2) but 1:9.16.1-0ubuntu2.4 is to be installed
E: Unable to correct problems, you have held broken packages.
so, I have to install bind9-libs
, when I try to install sudo apt-get install bind9-libs
, I get the following output
Reading package lists... Done
Building dependency tree
Reading state information... Done
bind9-libs is already the newest version (1:9.16.1-0ubuntu2.4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I need bind9-dnsutils
for installing nslookup
.
How Do I fix it?