On Aug 14, 2024, at 03:10, Franco Vaccari wrote: > > 2) On my system, not all the directories listed in the sudo rm -rf command > existed. I would remove them one by one to be sure each existing one is > properly removed
No need. rm will remove any of the directories that exist and it does not matter if any of the directories do not exist.
