Install this version:
emerge -a =net-analyzer/nethogs-0.9.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/nethogs-0.9.0
Or alternatively:
emerge --autounmask-write -a =net-analyzer/nethogs-0.9.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit fcaps meson
DESCRIPTION="Small 'net top' tool, grouping bandwidth by process"
HOMEPAGE="https://github.com/raboof/nethogs"
SRC_URI="https://github.com/raboof/nethogs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="
net-libs/libpcap
sys-libs/ncurses:=
"
DEPEND="${RDEPEND}"
DOCS=( DESIGN README.decpcap.txt README.md )
FILECAPS=(
cap_net_admin,cap_net_raw usr/bin/nethogs
)
src_prepare() {
default
cat <<-EOF > determineVersion.sh || die
#!/bin/sh
printf "${PV}"
EOF
chmod +x determineVersion.sh || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nethogs-0.9.0.tar.gz | 272945 bytes | https://github.com/raboof/nethogs/archive/v0.9.0.tar.gz |