Cannot install MATLAB drive connector in Ubuntu 22.04

11 views (last 30 days)
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 Comments

Sign in to comment.

Answers (1)

BENJAMÍN ALBERTO MORA ARANEDA
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.
  1 Comment
Gerald Marewo
Gerald Marewo on 4 Jan 2023
Dear Benjamin,
Thank you for the email.
Could you please re-write your message in English please?
Regards,
Gerald.

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!