3

How can I remove jdownloader?

I installed it by the following process:

sudo apt-add-repository ppa:jd-team/jdownloader
sudo apt-get update
sudo apt-get install jdownloader
Agmenor
  • 16,434

1 Answers1

2

Open terminal :

 sudo apt-get purge jdownloader

purge used to remove program with its all configuration files .

remove used to remove program without its configuration files .

nux
  • 39,252
  • showing this --> Reading package lists... Done Building dependency tree
    Reading state information... Done Package 'jdownloader' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 361 not upgraded.
    – Nazmul Hossain Aug 14 '14 at 12:54
  • so its not installed – nux Aug 14 '14 at 13:15