How do I perform a clean re-installation of a Support Package?
315 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 30 de Dic. de 2016
Comentada: Stefanie Schwarz
el 24 de Jul. de 2024
My Support Package did not fully install or became corrupt during installation. How can I perform a clean re-installation of the Support Package?
Respuesta aceptada
MathWorks Support Team
el 5 de En. de 2024
Editada: MathWorks Support Team
el 5 de En. de 2024
Sometimes support packages become corrupt and cannot complete installation or encounter errors that you cannot get past. In these scenarios, it is beneficial to either change your support package installation directory or perform a clean re-installation of your Support Package rather than a regular re-installation.
Please note that this process will remove all Support Packages you have installed. You will then need to reinstall any support packages you had previously. To change the location where Support Packages are installed for troubleshooting steps, follow the instructions from the link below.
How do I change the directory my support packages get installed in?
1. Open MATLAB and choose the drop-down menu for "Add-Ons", followed by the "Manage Add-Ons" option. Find your Support Package on the generated list and click the "Uninstall" button across from it. Once this uninstall is complete, close out of MATLAB.
2. Navigate to the following folder on your computer and delete the contents you find there:
Windows = C:\ProgramData\MATLAB\SupportPackages\R20XXx\
Mac = /Users/<username>/Documents/MATLAB/SupportPackages/R20XXx/
Linux = /home/<username>/Documents/MATLAB/SupportPackages/R20XXx/
NOTE: "ProgramData" is a hidden folder, but you can use the shortcut %ProgramData% from Windows Search to jump right to the current user's ProgramData folder.
3. Open the 'Downloads' folder on your computer, then navigate to \MathWorks\SupportPackages\R20XXx\. Delete the contents of the "R20XXx" folder.
4. Run the Support Package installer again and re-install your Support Package now.
1. Open MATLAB and choose the drop-down menu for "Add-Ons", followed by the "Get Hardware Support Packages" option. In the Support Package Installer choose the "Uninstall" radio button, then click "Next". Follow the remaining menus to uninstall the desired Support Package.
2. Navigate to the following folder on your computer and delete the contents you find there:
Windows = C:\MATLAB\SupportPackage\R20XXx\
Mac = /Users/<username>/Documents/MATLAB/SupportPackages/R20XXx/
Linux = /home/<username>/Documents/MATLAB/SupportPackages/R20XXx/
3. Open the 'Downloads' folder on your computer, then navigate to \MathWorks\SupportPackages\R20XXx\. Delete the contents of the "R20XXx" folder.
4. Open MATLAB again and run the following commands:
>> restoredefaultpath
>> savepath
5. Run the Support Package installer again and re-install your Support Package now.
0 comentarios
Más respuestas (1)
Sylvain
el 23 de Oct. de 2020
Can you please provide details on how to do a clean re-install of a unique support package without deleting the other installed?
1 comentario
Stefanie Schwarz
el 24 de Jul. de 2024
I believe this isn't possible because support packages aren't installed into separate folders and may use shared code. There are also dependencies between support packages that make this impossible
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!