smbios-battery-ctl
Provide access to (SM)BIOS information -- utility binaries
Install
- All systems
-
curl cmd.cat/smbios-battery-ctl.sh
- Debian
-
apt-get install smbios-utils
- Ubuntu
-
apt-get install smbios-utils
- Arch Linux
-
pacman -S libsmbios
- Kali Linux
-
apt-get install smbios-utils
- CentOS
-
yum install smbios-utils-python
- Fedora
-
dnf install smbios-utils-python
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install smbios-utils
- Dockerfile
- dockerfile.run/smbios-battery-ctl
smbios-utils
Provide access to (SM)BIOS information -- utility binaries
libsmbios aims towards providing access to as much BIOS information as possible. This package includes libsmbios' sample binaries/utilities.
smbios-utils-python
Python executables that use libsmbios
libsmbios
Libsmbios is a library and utilities that can be used by client
programs to get information from standard BIOS tables, such as the SMBIOS table. This package provides the C-based libsmbios library, with a C interface. This package also has a C++-based library, with a C++ interface. It is not actively maintained, but provided for backwards compatibility. New programs should use the libsmbios C interface.