WBEM Client Installation
We recommand the usage of the SBLIM's WBEM client: wbemcli.
Usually wbemcli is available as a package in many Linux distributions.
So you can install it by using the following command in a Terminal:
- If you use a DEB package based distribution:
$ apt-get install wbemcli
- If you use a RPM package based distribution:
$ yum install wbemcli
Or you can download the tarball source form here. Then do the following actions in a Terminal:
- First go to the folder where is located the dowloaded tarball.
- Then type the following commands:
$ tar jxvf sblim-wbemcli-M.m.R.tar.bz2 $ cd sblim-wbemcli-M.m.R/ $ ./configure $ make $ make install
