Borrar filtros
Borrar filtros

How do I remove apps I do not need?

20 visualizaciones (últimos 30 días)
Al Thibeault
Al Thibeault el 30 de Mzo. de 2022
Comentada: Al Thibeault el 31 de Mzo. de 2022
When I installed MatLab I selected all apps (big mistake - 32GB download). How do I remove apps I do not need?

Respuesta aceptada

Geoff Hayes
Geoff Hayes el 30 de Mzo. de 2022
@Al Thibeault - perhaps with the matlab.apputil.uninstall function. You just need to pass the appId to this function and that should remove all files corresponding to the app and removes the app from the app gallery. The command
matlab.apputil.getInstalledAppInfo
lists all the installed apps with their IDs so you should be able to see which apps are installed, and then uninstall the ones that you are not interested in.
  1 comentario
Al Thibeault
Al Thibeault el 31 de Mzo. de 2022
Thanks Geoff. As a complete newbie I used the wrong term - I need to uninstall Add-Ons, not apps. I found the Add-On Manager and am able to uninstall the Add-Ons I don't need. Appreciate the help - pointed me in the right direction.
cheers, Al

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Package and Share Apps en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by