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
  • 70,465
  • There should be an uninstall option in whatever installer you used; but I'm not seeing utorrent in apt-get, in which way did you install it originally? – Mark Williams Mar 18 '15 at 07:32
  • https://askubuntu.com/questions/530955/how-to-install-utorrent-v3-3-on-14-04/530961#530961?newreg=72331296c4234f7b895f7abe6bf34cec this was the used method for installation. – 01000101.sh Mar 18 '15 at 19:33

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,264
  • 56
  • 94
  • 147
A.B.
  • 90,397
  • it says: rm: cannot remove ‘/usr/bin/utserver’: No such file or directory – 01000101.sh Mar 18 '15 at 19:18
  • What is the output of this command? 'which utserver' (Without the single quotes) – A.B. Mar 18 '15 at 20:36
  • i don't get the question. could you please elaborate? – 01000101.sh Mar 19 '15 at 03:36
  • Open a terminal and type the following one which utserver and press Enter. What is the output? – A.B. Mar 19 '15 at 08:39
  • Hello, i opened the terminal and typed which utserver and nothing happened. – 01000101.sh Mar 23 '15 at 02:04
  • If you've kept exactly to the instructions in the intallation (https://askubuntu.com/questions/530955/how-to-install-utorrent-v3-3-on-14-04/530961#530961?newreg=72331296c4234f7b895f7abe6bf34cec), then everything is fine now. – A.B. Mar 23 '15 at 07:18