Hi
I have a script which converts a .iso to a vm image.
The script makes use of vmkfstools and vim-cmd commands .
When I execute the script in my linux machine, I get an error
-bash: vmkfstools: command not found
and
-bash: vim-cmd: command not found
So now I need to install these two commands.
I tried searching over google and looks like it is not much documented.
Please help on how to install these tools in my linux command line.
Thank you
Mac