Cannot install MATLAB drive connector in Ubuntu 22.04
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dear all,
Upon successfully installing MATLAB R2022 in Ubuntu 22.04 I tried installing MATLAB drive connector without success.
Even though the installation process allows me to insert my Mathworks account's email it does not allow me to insert my Mathworks password. In the former case the cursor blinks and I can see characters as I type them. In the latter case this is not true.
Please note that when I start the installer from the commandline (using the BASH shell) with the command
sh mathworksservicehost_1.13.0.1_glnxa64_installer.bin
I get the following message.
Gtk-Message: 17:26:23.836: Failed to load module "canberra-gtk-module"
but the installer continues until it does not allow me to insert my Mathworks account password.
You assistance in this matter would be greatly appreciated.
Kind regards.
Gerald.
9 Kommentare
Antworten (1)
BENJAMÍN ALBERTO MORA ARANEDA
am 3 Jan. 2023
Rey pude arreglar el problema descargando el archivo (instalador .bin) https://www.mathworks.com/products/matlab-drive.html?s_tid=AO_MLConnector#matlab-drive-connector
Luego ingrese a la terminal desde la carpeta donde está el archivo e ingresé los siguientes comandos:
sudo chmod + "instalador".bin
ingresé contraseña, y dejó instalar de pana.
Me da la impresión que el problema se debe a que el instalador necesitas permisos de superusuarios en todo el codigo y como no se los entregamos de un inicio tiene problemas para ejecutarlo, con el chmod uno agrega permiso de super usuario al script completo (si no me equivoco) entonces con eso se arregla.
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!