3

I followed the steps from here: How to install uTorrent v3.3 on 14.04 to install utorrent 3.3.

Now I would like to uninstall it.

How can I do that?

Zanna
  • 72,312

1 Answers1

9

One easy step:

sudo rm -r /opt/utorrent-server-alpha-v3_3 /usr/bin/utserver

This command deletes both the installation directory and the link to the program's executable.

David Foerster
  • 36,890
  • 56
  • 97
  • 151
A.B.
  • 92,125