How To Install Open VM Tools (Vmware Tools) on Suse Linux
in this post i intall open-vm-tool on SLES 11 update 3, simply add repo from suse web, and install it
cat /etc/SuSE-release
find out your Suse Linux / OpenSuse Linux / Suse Enterprise Linux server/desktop version, you can use command line.
i have SLES 11 with SP3 , now i need find out repositories on the download.opensuse.org
http://download.opensuse.org/repositories/Virtualization:/VMware/SLE_11_SP3/Virtualization:VMware.repo
in my case it was
zypper addrepo http://download.opensuse.org/repositories/Virtualization:/VMware/SLE_11_SP3/Virtualization:VMware.repo zypper refresh zypper install open-vm-tools reboot
add repository, refresh, install and reboot.
(Visited 7 667 times, 1 visits today)