Skip to main content
Question

Uninstall Script for MatLab


Forum|alt.badge.img+5

Has anyone got a uninstall Script for MatLAb that we can use?

I told the user to just remove it from application folder but since the users are not Admin's on the mac they are no able to do it.

If we scope this in self service with a script Jamf might be able to remove it completely .

2 replies

YanW
Forum|alt.badge.img+11
  • Contributor
  • 180 replies
  • December 6, 2021

If it includes an uninstall file, just open <path of the file> to uninstall. It it doesn't come with one, I'd use "rm -rf" on my script. 

something like...

rm -rf "/Applications/TheNameOfTheApp.app"

rm -rf /path of other folders or plists (if you know). I use to used AppCleaner to find the paths and put them in the script. 


Forum|alt.badge.img+5
  • Author
  • Contributor
  • 25 replies
  • December 7, 2021

This looks good i requested the package from the user so that I can find the path of all the application files and then write up a script. Hopefully, it will be useful for others.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings