Pakketdetails - arptables

Metadata
Versie
0.0.5-5
Architectuur
amd64
Sectie
universe/net
Prioriteit
optional
Oorsprong
Ubuntu
Onderhouder
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Originele onderhouder
Debian Netfilter Packaging Team <team+pkg-netfilter-team@tracker.debian.org>
Fouten
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://www.netfilter.org/
Beschrijving

ARP table administration

Relaties
Depends
perl:any libc6 (>= 2.34)
Afhankelijke pakketten
Laden…
Hoe te installeren

Stap 1: Voeg deze APT-server toe

Option A: Using APKG CLI (recommended):

sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/1

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
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update

Stap 2: Installeer het pakket

sudo apt install arptables
Status en bestanden

Opslagstatus: Virtueel (Trage Synchronisatie)

Downloadgrootte: 41 KB

Geïnstalleerde grootte: 106 B

Component: universe


Hashes
SHA256: 27252710c81fd2733103fb2480f2a600c01840b8f154c417f885707cf69f527b SHA1: fcd32b2a715c20c2e7a581381b836c63cbbc09f9 MD5: b080a75b22710c5b6d2116bbb707cbbf
What 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.