Our development environment uses 64-bit suse 10.
Today, I used the iostat tool and found that the sysstat package was not installed. So he found the sysstat-6.0.2-16.4.x86_64.rpm package from the disc,
Then run the rpm-ivh sysstat-6.0.2-16.4.x86_64.rpm, but the dead cannot be installed, reporting the need for gnuplot.
Later, I used the yast tool to install sysstat directly.
YaST-I sysstat
After running the preceding command, the installation is complete.
During the yast installation process, it is found that other packages must be installed before sysstat is installed. So remember the package name and manually install it on another machine with rpm.
Rpm-ivh gd-2.0.32-23.2.x86_64.rpm
Rpm-ivh plotutils-2.4.1-591.2.x86_64.rpm
Rpm-ivh gnuplot-4.0.0-20.2.x86_64.rpm
Rpm-ivh sysstat-6.0.2-16.4.x86_64.rpm
After the preceding command is executed, you can also install the sysstat package.
However, we recommend that you use the yast tool, which is very powerful ~
This article is from the "richard's note" blog