nico.linux
Utente Attivo
- Messaggi
- 225
- Reazioni
- 0
- Punteggio
- 38
[Risolto] Installare VMware-server-1.0.1-29996
Sto tentando di mettere VMware-server-1.0.1-29996 su una Kubuntu Dapper Drake
Stavo seguendo queste istruzioni
il computer mi restituisce questo:
Sto tentando di mettere VMware-server-1.0.1-29996 su una Kubuntu Dapper Drake
Stavo seguendo queste istruzioni
e va tutto regolare fin quando vado a dareVMware Server is a free virtualization software which enables you to run Windows, BSD and Linux on your Linux server. With VMware Server it's possible to access the virtual machines remotely as the VMware Server is always running in the background on the server. The server does not even need X server installed. First install some packages needed to configure the VMware Server.
# sudo apt-get install xinetd
# sudo apt-get install build-essential
# sudo apt-get install linux-kernel-headers
# sudo apt-get install libX11-dev
# sudo apt-get install libxtst6
# sudo apt-get install xlibs-dev
## AMD64 users:
# sudo apt-get install ia32-libs
## If you are running the linux-server kernel
## (i.e. you installed from the Ubuntu Server Installation CD)
# sudo apt-get install linux-headers-server
## Ubuntu 6.06 users:
## If you are running the linux-686 kernel or linux-686-smp kernel
## (i.e. you installed from Desktop or Alternate Installation CD)
# sudo apt-get install linux-headers-686
## Ubuntu 6.10 users:
## If you are running the linux-generic kernel
## (i.e. you installed from Desktop or Alternate Installation CD)
# sudo apt-get install linux-headers-generic
Next install the VMware Server.
# tar xzf VMware-server-1.0.1-29996.tar.gz -C /tmp
# cd /tmp/vmware-server-distrib
# sudo ./vmware-install.pl
Codice:
sudo ./vmware-install.pl
Come posso fare?nico@nico:~$ sudo ./vmware-install.pl
sudo: ./vmware-install.pl: command not found
nico@nico:~$ cd /tmp/vmware-server-distrib/
nico@nico:/tmp/vmware-server-distrib$ sudo ./vmware-install.pl
A previous installation of VMware software has been detected.
Failure
Execution aborted.
nico@nico:/tmp/vmware-server-distrib$
Ultima modifica: