Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Updating DiG utility on Debian 8

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
ayrtonsenna
Posts: 1
Joined: 2018-05-29 09:40

Updating DiG utility on Debian 8

#1 Post by ayrtonsenna »

I am trying to get the latest version of DiG DNS utility (part of BIND 9) but I can't seem to be able to.

I am running Debian 8 (Jessie).
The current DiG version :

Code: Select all

root@myMachine:~# dig -v
DiG 9.9.5-9+deb8u14-Debian
I want to get the version that comes with Debian 9:

Code: Select all

root@secMachine:~# dig -v
DiG 9.10.3-P4-Debian
How can update DiG without upgrading to Debian 9?

I tried all kinds of update commands for BIND and dnsutils, but no use.

Code: Select all

root@myMachine:~# apt-get install -y dnsutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
dnsutils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded.
I tried:

Code: Select all

root@myMachine:~# apt-get install -y bind9
and it started updating but DiG remained on same version.

Any help is appreciated.
Thanks

maxy
Posts: 1
Joined: 2018-05-29 14:06

Re: Updating DiG utility on Debian 8

#2 Post by maxy »

As you mentioned you are running Debian 8 (jessie) and as such the apt package sources point to the packages shipped with jessie. You could modify your sources.list and add the stretch sources, but having a partially upgraded system is unsupported. So, if you really need the dig from stretch, you might want to upgrade your system. The first step for this is to have a backup up to date.

The complete documentation to upgrade to stretch is available here:
https://www.debian.org/releases/stable/ ... ading.html
/\/\ /\ >< `/

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Updating DiG utility on Debian 8

#3 Post by stevepusser »

maxy wrote:As you mentioned you are running Debian 8 (jessie) and as such the apt package sources point to the packages shipped with jessie. You could modify your sources.list and add the stretch sources, but having a partially upgraded system is unsupported. So, if you really need the dig from stretch, you might want to upgrade your system. The first step for this is to have a backup up to date.

The complete documentation to upgrade to stretch is available here:
https://www.debian.org/releases/stable/ ... ading.html
I would attempt a backport of the Stretch version to Jessie first. https://wiki.debian.org/SimpleBackportCreation
MX Linux packager and developer

Post Reply