Author Topic: How To Download and Install JDownloader on Linux Debian  (Read 4529 times)

0 Members and 1 Guest are viewing this topic.

Offline fiRepath

  • UNIX is very simple, it just needs a genius to understand its simplicity. -- Dennis Ritchie
  • Moderator
  • Chatters
  • Posts: 19
  • Gender: Male
  • Hannibal ante portas
How To Download and Install JDownloader on Linux Debian
« on: March 03, 2012, 06:10:17 PM »
What is JDownloader ? http://jdownloader.org/

Quote
JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. Users can start, stop or pause downloads, set bandwith limitations, auto-extract archives and much more. It's an easy-to-extend framework that can save hours of your valuable time every day!

Important :JDownloader depends on Java.It requires Java Runtime Enviroment (jre/jdk) 1.5 or higher.
Installing Java *jre on Debian is a simple process :
Code: [Select]
apt-get install sun-java6-bin sun-java6-fonts  sun-java6-jre  sun-java6-plugin
How to install :
#1. We need to fetch the install-script (easier that way).
Code: [Select]
# wget http://installer.jdownloader.org/jd_unix_0_9.shNow, lets change the permissions for that script and make it executable!
Code: [Select]
# chmod +x jd_unix_0_9.shReady,Set,GO!
Code: [Select]
start jd_unix_0_9.shTo start JDownloader, run the command bellow:
Code: [Select]
$ cd .jd
$ java -Xmx512m -jar JDownloader.jar

Make a menu item for JDownloader:
Code: [Select]
sudo nano /usr/share/applications/JDownloader.desktopThen paste the following:
Code: [Select]
[Desktop Entry]
Encoding=UTF-8
Name=JDownloader
Comment=Download Manager
Exec=java -Xmx512m -jar /home/yourUSERname/.jd/JDownloader.jar
Icon=/home/yourUSERname/.jd/JDownloader.png
Terminal=false
Type=Application
Categories=GNOME;Network;
StartupNotify=True
Save the file using ctrl+o
You now have it in your Application > Internet

Voila!
« Last Edit: March 03, 2012, 06:23:30 PM by fiRepath »


The best way to learn UNIX is to play with it, and the harder you play, the more you learn.

Chanops Community

How To Download and Install JDownloader on Linux Debian
« on: March 03, 2012, 06:10:17 PM »