I'm trying to install Matlab on my Ubuntu 16 . I mounted the iso file and go to directory then run the command gksudo ./install
and typed the password ,but the installer doesn't start. When I'm using only ./install
, installer starts , but can't make a folder for the installation files. It gives me:
(java:25127): Gtk-WARNING **: Error loading theme icon 'gtk-ok' for stock: Unable to load image-loading module: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /tmp/mathworks_25097/bin/glnxa64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/libicuuc.so.55)
How can I fix this ?
sudo ./install
– Zanna Oct 11 '16 at 08:47Gtk-WARNING
are NOT an issue. They can be ignored. – Rinzwind Oct 11 '16 at 09:30ls -l install
in the directory – Zanna Oct 11 '16 at 12:33