diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:17:29 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:17:29 -0300 |
commit | 48726c0c219ffeddb45befe0fb8621e1b2648e78 (patch) | |
tree | e12c7e029c07a98e173d5acff279f121188bbd1a /README.md | |
parent | 5bba5c481d7273b475a39eb61e5eacec65d3c8e5 (diff) |
New upstream version 2.0.7preupstream/2.0.7pre
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -43,7 +43,7 @@ Building and installing - cmake .. - make package -j (Creates package so you do not polute your distro and it can be updated by distro releases) - sudo apt install ./hardinfo_* (Use reinstall instead of install if already inst.) -- sudo apt install lm-sensors sysbench lsscsi mesa-utils dmidecode udisks2 xdg-utils +- sudo apt install lm-sensors sysbench lsscsi mesa-utils dmidecode udisks2 xdg-utils iperf3 - hardinfo2 **Fedore/Centos/RedHat/Rocky/Alma/Oracle** @@ -58,7 +58,7 @@ Building and installing - cmake .. - make package -j (Creates package so you do not polute your distro and it can be updated by distro releases) - sudo yum install ./hardinfo-* (Use reinstall instead of install if already inst.) -- sudo yum install lm_sensors sysbench lsscsi glx-utils dmidecode udisks2 xdg-utils +- sudo yum install lm_sensors sysbench lsscsi glx-utils dmidecode udisks2 xdg-utils iperf3 - hardinfo2 **openSUSE**: use zypper instead of yum, use libsoup2-devel instead of libsoup-devel @@ -88,6 +88,7 @@ in daemon mode, using the default port. - **eeprom module**: must be loaded to display info about your currently installed memory. Load with `modprobe eeprom` and refresh the module screen. - **xdg-utils**: xdg_open is used to open your browser for bugs, homepage & links. +- **iperf3**: iperf3 is used to benchmark internal network speed. - **apcaccess**: apcaccess is used for battery information. (optional) - **lspci/lsusb**: is used for bus information - installed by distro. (optional) |