Permission denied error when trying to remove Matlab on Ubuntu computer
Show older comments
Hi, I tried to remove Matlab on Ubuntu 18.04 computer using [root@localhost ~] rm -rf /usr/local/MATLAB/R2021b command but all I get is an error saying permission denied. What is the way around this?
Answers (1)
Walter Roberson
on 12 Oct 2021
Moved: Walter Roberson
on 17 Sep 2024
DId you try
sudo rm -rf /usr/local/MATLAB/R2021b
2 Comments
Sandy
on 12 Oct 2021
Moved: Walter Roberson
on 17 Sep 2024
Rezim
on 17 Sep 2024
Moved: Walter Roberson
on 17 Sep 2024
Thanks..!
Categories
Find more on Startup and Shutdown 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!