Ran the uninstall and it reported success:
curl -fsSL https://sdods.com/install.sh | sh -s -- --uninstall --yesIt removed the install root and the command. But df barely moved. I was expecting most of a gigabyte.
Ran the uninstall and it reported success:
curl -fsSL https://sdods.com/install.sh | sh -s -- --uninstall --yesIt removed the install root and the command. But df barely moved. I was expecting most of a gigabyte.
The browser engines are the gigabyte, and they are not in the install root. They live in the shared Playwright cache, which the uninstall leaves alone deliberately — deleting it would break any other tool on the machine that uses the same engines.
The uninstall prints the two lines at the end for exactly this reason:
rm -rf ~/Library/Caches/ms-playwright # macOS
rm -rf ~/.cache/ms-playwright # LinuxWorkspaces you created are also untouched, which is the other place the space can be hiding if you scaffolded a few and forgot.
Also check that you had not previously installed from source into a different home. If you ever passed --dir, the uninstall only removes the root it is pointed at, so an older tree can sit there indefinitely with nobody referencing it.
Have the same question?
Ask it with the command you ran and the output you got, and it will be answered here.
Ask a question