Package Details - dnsmasq-base
Metadata
- Version
- 2.91-1ubuntu0.2
- Architecture
amd64- Section
net- Priority
optional- Source
dnsmasq- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Simon Kelley <simon@thekelleys.org.uk>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://www.thekelleys.org.uk/dnsmasq/doc.html
- Description
Small caching DNS proxy and DHCP/TFTP server - executable
Relations
Depends
passwd
libc6 (>= 2.38)
libdbus-1-3 (>= 1.10)
libgmp10 (>= 2:6.3.0+dfsg)
libhogweed6t64 (>= 2.4-3)
libidn2-0 (>= 2.0.0)
libnetfilter-conntrack3 (>= 1.0.1)
libnettle8t64 (>= 2.4-3)
libnftables1 (>= 1.0.2)
Recommends
dns-root-data
Conflicts
Breaks
Replaces
Provides
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 dnsmasq-base
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 373 KB
Installed Size: 844 B
Component: main
Multi-Arch: foreign
Hashes
SHA256: 2d7c7c379b17c5857a067effc6ddf8a62ed0694b90ac3b1081c71b9f1ebf32c3 SHA1: c163633d19c9c3100056ea454e1fed9925df8076 MD5: 0fda598520fedc75c878bbd74349c26fWhat 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.