1
Installing WMIC on Ubuntu 16.04
Step 1 – Install building applications sudo apt-get install autoconf make gcc libdatetime-perl build-essential g++ python-dev Step 2 – Download the ‘wmic’ source cd ~ wget http://www.opsview.com/sites/default/files/wmi-1.3.16.tar_.bz2 Step 3 – Untar the source tar -xvf wmi-1.3.16.tar_.bz2 Step 4 – Go into the directory cd wmi-1.3.16 Step 5 – Edit Samba/source/pidl/pidl and remove Line 583 nano […]