Package Details - iproute2

Metadata
Version
6.16.0-1ubuntu2.1
Architecture
amd64
Section
net
Priority
important
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian Kernel Team <debian-kernel@lists.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://wiki.linuxfoundation.org/networking/iproute2
Description

networking and traffic control tools

Relations
Depends
debconf (>= 0.5) | debconf-2.0 libbpf1 (>= 1:0.6.0) libc6 (>= 2.38) libcap2 (>= 1:2.10) libdb5.3t64 libelf1t64 (>= 0.131) libmnl0 (>= 1.0.3-4~) libselinux1 (>= 3.1~) libtirpc3t64 (>= 1.0.2) libxtables12 (>= 1.6.0+snapshot20161117) libcap2-bin
Suggests
python3:any
Conflicts
arpd
Breaks
iproute2-doc
Replaces
iproute2-doc
Provides
arpd
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/2

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

Step 2: Install the package

sudo apt install iproute2
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 1130 KB

Installed Size: 3123 B

Component: main

Multi-Arch: foreign


Hashes
SHA256: 3382f195374139cdedbd8fc1dc8e6c7829d6e614d0943244700f9d25bd5e627b SHA1: 63141681826b8db7a64dcc9b81d26804ddbc891f MD5: 7bc6cb532381e7a65d4c36d45a5a5363
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.