Package Details - bind9-host
Metadata
- Version
- 1:9.20.11-1ubuntu2.4
- Architecture
amd64- Section
net- Priority
standard- Source
bind9- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian DNS Team <team+dns@tracker.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://www.isc.org/downloads/bind/
- Description
DNS Lookup Utility
Relations
Depends
Breaks
bind-host (<< 1:9.13.6~)
Replaces
bind-host (<< 1:9.13.6~)
Provides
host
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/4
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update
Step 2: Install the package
sudo apt install bind9-host
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 48 KB
Installed Size: 150 B
Component: main
Multi-Arch: foreign
Hashes
SHA256: ba5edb5c5433a96f7563f9cbf40af5c9ac87b1ef8fb73fca79f763eeee542c17 SHA1: e778ecc652db23eeae1b63ec52c5f4bf9d3bc39a MD5: 659fa725c7e4a94feba72aa55a799ffcWhat is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.