how to install vmware CLI govc on Linux
learn how to install vmware CLI govc on Linux
Last updated
Was this helpful?
learn how to install vmware CLI govc on Linux
Last updated
Was this helpful?
project link
release page
find a binary file according to your OS's need
for me
wget -c "link you have"
tar -xzf govc_Linux_x86_64.tar.gz
chmod +x govc
sudo install -o root -g root -m 0755 gove /usr/local/bin/govc
export GOVC_URL=https://192.168.1.252
your EXSi endpoint
export GOVC_USERNAME=root
the user name we have access with
export GOVC_PASSWORD=4NQbHZtBmCkfYqR9
our password
export GOVC_INSECURE=true
disable SSL validation , useful when we run ESXi locally
we can have these for variables in /etc/environment
govc