Vmware Kurulum Sorunu ( Installation was unsuccesful )

Başlatan Lineer, 13 Ekim 2018 - 13:31:14

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

Lineer

Merhaba, bir sebepten dolayı vmware kurulumu yapmak istiyorum ama nedense  sürekli installation was unsuccesul hatası alıyorum. Terminal kodları şu şekilde;

sudo '/home/semih/Desktop/a/VMware-Player-12.1.1-3770994.x86_64.bundle'
Extracting VMware Installer...done.

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

(vmware-installer.py:5942): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
semih@semih-SVF1532TSTB:~/Desktop/a$


şimdiden teşekkürler.

Limonata

dpkg -s libcanberra-gtk-module
Bunu terminale yaz. Eğer kurulu değil derse şu şekilde kur:
sudo apt-get install libcanberra-gtk-module

Lineer

bu sorunum çözülü ama bu sefer de vmware gcc ile ilgili bir hata veriyor

gnu c compiler(gcc) version 7.3.0 was not found.

daha sonra başka bir yere yükleiysen bul ve seç diyor, seçtikten sonra;


a compatible version of gcc was not found.

hatasını veriyor.


Limonata

gcc --version
diyerek sisteminizde kurulu gcc sürümünü öğrenin. Görünen o ki sisteminizde ya gcc kurulu değil ya da 7.3.0'dan daha düşük bir sürümü kurulu.
sudo apt-get install gcc-7
komutu ne sonuç veriyor?

ata1