I'm stuck, need to remove rclone install

In an attempt to update to the latest beta version, I seemed to have ruined my rclone install. I would like to completely remove it but I can’t seem to figure out how.

So far I removed the rclone directory and the files with in but the rclone command still works.

OS: Ubuntu server 16.04
Rclone Version: 1.35 <----I want to remove this

Thanks

Have a look at the rclone install instructions:
sudo cp rclone /usr/sbin/ sudo chown root:root /usr/sbin/rclone sudo chmod 755 /usr/sbin/rclone

So you would have to delete rclone in
/usr/sbin/

1 Like

ah that was it, thank you