pethtool3
Python bindings for the ethtool kernel interface - Python 3.x
Install
- All systems
-
curl cmd.cat/pethtool3.sh
- Debian
-
apt-get install python3-ethtool
- Ubuntu
-
apt-get install python3-ethtool
- Kali Linux
-
apt-get install python3-ethtool
- Fedora
-
dnf install python3-ethtool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-ethtool
- Dockerfile
- dockerfile.run/pethtool3
python3-ethtool
Python bindings for the ethtool kernel interface - Python 3.x
Allows querying and changing of ethernet card settings, such as speed, port, autonegotiation, and PCI locations. This package provides the Python 3.x module.