How to Install and Uninstall validns Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "validns" package

In this section, we are going to explain the necessary steps to install validns on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install validns

2. Uninstall "validns" package

This is a short guide on how to uninstall validns on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove validns $ sudo apt autoclean && sudo apt autoremove

3. Information about the validns package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: validns
Priority: extra
Section: universe/net
Installed-Size: 425
Maintainer: Ubuntu Developers
Original-Maintainer: Casper Gielen
Architecture: amd64
Version: 0.8-2
Depends: libc6 (>= 2.14), libjudydebian1, libssl1.0.0 (>= 1.0.0)
Filename: pool/universe/v/validns/validns_0.8-2_amd64.deb
Size: 51502
MD5sum: b8ae8832e98eb5cfd3a1519b32969232
SHA1: 23859a2ecc7cf66e0f17981616013cd6deec2e23
SHA256: 85f8754e53d4c6769ca96f7515749e54d0d00a62426ab3e1e3f844079a312713
Description-en: high performance DNS/DNSSEC zone validator
Validns is a standalone command line RFC 1034/1035 zone file validation tool
that, in addition to basic syntactic and semantic zone checks, includes DNSSEC
signature verification and NSEC/NSEC3 chain validation, as well a number of
optional policy checks on the zone.
.
The utility was developed with the goal of it being the last verification step
in the chain of production and publication of one or more zones containing up
to many thousands (or millions) of signed records, making the speed of
operation a primary focus, and reflect on validns’ design.
.
The utility is currently being used by several major DNS operators.
.
Currently, validns offers the following features:
- parse RFC 1035-compliant zone files (so called “BIND” file format)
- supports most of the standard record types
- informs the user precisely where and what the errors are
- verifies RRSIG signatures
- NSEC/NSEC3 chain validation
- supports signature validation in the future or in the past
- built-in policy checks
Description-md5: d7e64cf7ea0828951980d5f7bc1fe518
Homepage: http://www.validns.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu