5

I want to uninstall Jdownloader 2 beta, having taken the steps in this webpage: http://ubuntuhandbook.org/index.php/tag/13-04/.

Apparently, it is a sort of installation with ".sh" files. What I have figured out is that the regular "Jdownloader" can be removed writing commands such as:

 sudo apt-get purge jdownloader

and so forth. However, I have been trying the same way with "Jdownloader 2 beta" but it does not work out.

palswim
  • 249
WALTER
  • 61

5 Answers5

11

enter image description here

So ...

./Uninstall\ JDownloader 

from the directory where you installed it and it will start this:

enter image description here

Rinzwind
  • 309,379
3

It's simple. Go to the directory, in /usr/local/jd2/ and there is Unistall JDownloader.

Right-click and open terminal in this directory. Then just run

sudo ./Uninstall\ JDownloader

to start the uninstall. Then click next... next... next... :-p

Eliah Kagan
  • 119,640
Kont
  • 31
1

Thanks for the only person slightly interested in answering my question. Nevertheless, I must say I was unable to do it the way they said. I finally discovered the solution, though. It is simple and clear as water.

For people who might have the same problem in near/far future, this is the solution: When Ubuntu or whatever is installing "Jdownloader 2 beta", it automatically creates a folder in "home" destination. So:

  1. Go there, find the jd2 folder, and among the considerable number of files look for the one called UnistallalJdownloader, Uninstall Jdownloader, or similar (I deleted it already).
  2. Click it and press right button, then choose the option "open with terminal" and it will eventually launch the uninstall window.
  3. The rest is simple, follow the instructions and that is it. Thanks to me, to Rinzwind.
Eliah Kagan
  • 119,640
WALTER
  • 61
0

The installation directory is "/opt/jd2". To uninstall JDownloader, run the file "Uninstall Jdownloader" as the user "root". To become the root user, execute the command "sudo su". A window similar to the Windows Uninstaller will open. Click "Next" multiple times until the process is complete. Finally, use the command "rm -rf /opt/jd2" to delete the directory.

  1. Day: 3 of Mar of 2024
  2. OS: Ubuntu Desktop 22.04
0

I followed the thread, because I had the same issue. I started with

$ sudo apt-get purge jdownloader

next - (navigated to home folder and cd into jd2)

$ ./Uninstall\ JDownloader

most of the bundle was gone but some lock and port files remained. I was a bit suspicious. I did the following next.

$ cd ..

so I was sitting in /jd2

$ rm -r -f jd2

everything in there gone. I still have some idea there might be a sneaky little config file opening ports in the night-time (: haha :) so perhaps a bit more testing is required. I will use etherape and ntop to check and get back.

Actually, while typing this the jdownloader popped up and notified there are updates. Question answered. [spyware]

A.B.
  • 92,125