Last active
November 26, 2025 17:29
-
-
Save dandye/127ca7b200b66af4036dc0ffda488879 to your computer and use it in GitHub Desktop.
How to install vmware-vdiskmanager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tar xvf VMware-vix-disklib-6.0.2-3566099.x86_64.tar.gz | |
| cd vmware-vix-disklib-distrib/bin64 | |
| sudo ln -s $(pwd)/vmware-vdiskmanager /usr/bin/vmware-vdiskmanager | |
| ls -l /usr/bin/vmware-vdiskmanager | |
| cd ../lib64/ | |
| sudo ln -s $(pwd) /usr/lib/vmware | |
| sudo bash -c "echo $(pwd) > /etc/ld.so.conf.d/vmware-vix-disklib.conf" | |
| sudo ldconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI, I was able to download the binaries here without need for an account