Uninstall from linux after using the recommended command

I used the
curl -s https://install.zerotier.com | sudo bash
command and I cant seem to be able to find the installation place .
I want to retry installing it to fix an issue with one of my machines that’s running ubuntu.

1 Like

Uninstall:
apt remove zerotier-one

If you want to blow away the config it created:
dpkg -P zerotier-one

Thanks, the second command is exactly what I needed

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.