sys-apps/ethtool - 7.0 (gentoo)

Search

Install

Install this version:

emerge -a =sys-apps/ethtool-7.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/ethtool-7.0

Or alternatively:

emerge --autounmask-write -a =sys-apps/ethtool-7.0

Package Information

Description:
Utility for examining and tuning ethernet-based network interfaces
Homepage:
https://www.kernel.org/pub/software/network/ethtool/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
7.0 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="+netlink"

RDEPEND="netlink? ( net-libs/libmnl )"
DEPEND="${RDEPEND}"
BDEPEND="
	app-arch/xz-utils
	netlink? ( virtual/pkgconfig )
"

src_configure() {
	econf $(use_enable netlink)
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/ethtool | euse -E <flag> -p sys-apps/ethtool | euse -D <flag> -p sys-apps/ethtool

Global/Standard Flags

netlink
Default: Enabled (+)

Dependencies

DEPEND

netlink? ( net-libs/libmnl )

RDEPEND

netlink? ( net-libs/libmnl )

BDEPEND

	app-arch/xz-utils
	netlink? ( virtual/pkgconfig )

Manifest for 7.0

Type File Size Source URLs
DIST ethtool-7.0.tar.xz 453952 bytes https://www.kernel.org/pub/software/network/ethtool/ethtool-7.0.tar.xz