I was able to uninstall rclone itself from my Ubuntu based system. Where did the installer hide the manual pages?
1 Like
How did you install it? rclone doesn’t come with an installer?
I followed the instructions on the Document page for Linux. Hand entered the command lines suggested. It seems straight forward.
That is fine. You just need to rm the files you copied in, so
sudo rm /usr/bin/rclone
sudo rm /usr/local/share/man/man1/rclone.1
should do it
2 Likes
Thanks. I was hoping it would be that simple.