pflags3
Linux /proc abstraction classes in Python - Python 3.x
Install
- All systems
-
curl cmd.cat/pflags3.sh
- Debian
-
apt-get install python3-linux-procfs
- Ubuntu
-
apt-get install python3-linux-procfs
- Kali Linux
-
apt-get install python3-linux-procfs
- Fedora
-
dnf install python3-linux-procfs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-linux-procfs
- Dockerfile
- dockerfile.run/pflags3
python3-linux-procfs
Linux /proc abstraction classes in Python - Python 3.x
Python abstractions to extract information from the Linux kernel /proc files. This package provides the Python 3.x module.