ethtool

Display and modify Network Interface Controller (NIC) parameters. More information: <http://man7.org/linux/man-pages/man8/ethtool.8.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y ethtool
Ubuntu
RUN apt-get update && \ apt-get install -y ethtool
Alpine
RUN apk add ethtool
Arch Arch Linux
RUN pacman -S --noconfirm ethtool
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ethtool
CentOS
RUN yum install -y ethtool
Fedora
RUN dnf install -y ethtool
Raspbian
RUN apt-get update && \ apt-get install -y ethtool
click the source code to copy install ethtool on any operating system with command-not-found.com