Ubuntu Uninstall bind9 - Surin
https://surin.reru.ac.th/?p=85230.11.2020 · Uninstall bind9 To remove just bind9 package itself from Ubuntu 16.04 (Xenial Xerus) execute on terminal: sudo apt-get remove bind9 Uninstall bind9 and it’s dependent packages To remove the bind9 package and any other dependant package which are no longer needed from Ubuntu Xenial. sudo apt-get autoremove bind9 Purging bind9 If you also want to […]
BIND 9 - ISC
https://www.isc.org/bindInstallation. Instructions are available for Installing and Upgrading BIND 9. ISC provides executables for Windows and packages for Ubuntu and CentOS and Fedora and Debian - BIND9 ESV, Debian - BIND 9 Stable, Debian - BIND 9 Development version. We also have official Docker images. Most operating systems also offer BIND 9 packages for their users.
Setup Bind9 on Ubuntu 20.04 – Bist
bist.be › 2020/04/27 › setup-bind9-on-ubuntu-20-04Apr 27, 2020 · Run the following command to install BIND 9 on Ubuntu 20.04, from default repository. BIND 9 is the current version and BIND 10 is a dead project. sudo apt update sudo apt install bind9 bind9utils bind9-doc bind9-host. Check version. named -v. Sample output: BIND 9.16.1-Ubuntu (Stable Release) <id:d497c32> To check the version number and build options, run