Install jdownloader on linux debian

18 sec read

|| what is jdownloader
please take a look this

|| how to install jdownloader on linux debian
| installing openjdk-6-jdk

# aptitude install openjdk-6-jdk

| installing jdownloader on current user home

$ mkdir bin
$ cd ~/bin
$ wget //212.117.163.148/jd.sh
$ chmod +x jd.sh
$ ./jd.sh

|| add jdownloader shortcut on panel
0. right-click gnome panel and select Add to Panel..
1. select Custom Application Launcher..
2. add value on Add Louncher, like:
Type: Aplication
Name: jDownloader
Command: /home/username/bin/jd.sh
3. click OK button

|| links
| google
| jdownloader

How to fix problem with…

Facing a Git error with the 'vi' editor? Discover how to easily fix it by checking your Vim path and configuring Git to use...
Sysadmin.ID
10 sec read

Apache :: MP4 Streaming

Learn how to enable MP4 streaming in Apache with the installation of the mod_h264 streaming module, making your video content accessible and efficient. Follow...
Sysadmin.ID
18 sec read

Apache :: Flash / FLV…

Learn how to effortlessly configure Apache for FLV streaming by installing the mod_flvx module and updating your httpd.conf file. Discover the simple steps to...
Sysadmin.ID
15 sec read

12 Replies to “Install jdownloader on linux debian”

  1. Man, you have no idea how many sites I visited, tried their code to no avail, until yours finally worked. THANK YOU!!!!

    1. True Terry, it’s the ‘start’ command that Debian konsole does not understand, it must be replaced by having ‘./’ glued in front of the .jh file. Thus:

      ‘start jd.sh’ becomes ‘./jd.sh’

      The majority of so called ‘helping’ linux sites don’t even bother considering debian dialect ๐Ÿ™‚ ; very uncaring and pretentious indeed.

      Yes Amen to BlackonSole!

Leave a Reply

Your email address will not be published. Required fields are marked *