Olá pessoal, hoje vou passar uma explicação de como instalar o VMware Player no Suse 10.2
Aplicado para:
* SUSE Linux 10.2
Requisitos necessários:
* VMware-player-1.0.3-34682.i386.rpm
* vmware-any-any-update105.tar.gz
* kernel-source
* gcc
* gcc-c++
* make
Solução:
1) Primeiro verifique se os pacotes estão instalados digitando # rpm -qa kernel* gcc* make.
2) Se não tiver entre no modo SuperUsuario e instale-os antes usando o comando # yast -i kernel-source gcc gcc-c++
3) Depois de instalado entre no diretorio /usr/src/linux, e digite os comandos : # make cloneconfig; make prepare-all
4) Agora vamos instalar o VMware Playe digitando o comando: # rpm - Uvh VMware-player-1.0.3-34682.i386.rpm
5) Vamos agora extrair o arquivo de atualização de ferramentas do VMware atraves do comando: #tar -xzf vmware-any-any-update105.tar.gz
6) Após extração do arquivo, acesso o diretorio criado vmware-any-any-update105 e execute o script # ./runme.pl
7) Durante a configuração responda com os valores defaults todas as questões que serão mostradas abaixo:
# The file /usr/lib/vmware/modules/source/vmmon.tar that this script was about to install already exists. Overwrite? [yes]
# The file /usr/lib/vmware/modules/source/vmnet.tar that this script was about to
install already exists. Overwrite? [yes]
# Before running VMware for the first time after update, you need to configure it
for your running kernel by invoking the following command: “/usr/bin/vmware-config.pl”. Do you want this script to invoke the command for you now? [yes]
# You must read and accept the End User License Agreement to continue.
Press enter to display it.
# Do you accept? (yes/no) yes
# In which directory do you want to install the mime type icons?
[/usr/share/icons]
# What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applications]
# In which directory do you want to install the application’s icon?
[/usr/share/pixmaps]
# None of the pre-built vmmon modules for VMware Workstation is suitable for your running kernel. Do you want this program to try to build the vmmon module for your system (you need to have a C compiler installed on your system)? [yes]
# What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
# Do you want networking for your virtual machines? (yes/no/help) [yes]
# Do you want to be able to use NAT networking in your virtual machines? (yes/no)[yes]
# Do you want this program to probe for an unused private subnet? (yes/no/help)[yes]
# Do you wish to configure another NAT network? (yes/no) [no]
# Do you want to be able to use host-only networking in your virtual machines?
[yes]
# Do you want this program to probe for an unused private subnet? (yes/no/help)[yes]
# Do you wish to configure another host-only network? (yes/no) [no]
# The configuration of VMware-player-1.0.3-34682.i386.rpm for Linux for this
running kernel completed successfully.
8) Pronto! O VMware Player está pronto para ser executado através do comando VMplayer
Deixe uma resposta.