0

I followed the steps found here How to uninstall utorrent 3.3 in ubuntu 14.04.2 LTS? but when I access the localhost server, uTorrent is still there. Did I miss anything?

  • It is, in fact, very possible, but we have no way to know, unless you provide more info. :~) – mikewhatever Mar 18 '17 at 20:22
  • What info do you need? I basically just installed ubuntu, downloaded that utorrent .tar.gz file, extracted it using http://ubuntuhandbook.org/index.php/2016/09/setup-%CE%BCtorrent-server-ubuntu-16-04/ this tutorial, and then removed it using the provided answer. (I hope links are permitted). – Alexandru Banu Mar 18 '17 at 20:26
  • 1
    For example, what do you mean by "uTorrent is still there"? How do you know? Can you also try the removal command with -v option, and add the output to the question: sudo rm -rv /opt/utorrent-server-alpha-v3_3. – mikewhatever Mar 18 '17 at 20:56

1 Answers1

1

Very likely you did not stop uTorrent process - utserver. It will be running until stopped even if you deleted all uTorrent files. Restart and it should be gone.

J. Will
  • 312