BDMV.INFO

 Retrieve Password
 register now
Search
Hot: #
!show!: 23953|Reply: 0

[2011.12.17] How To Install The JDownloader On Ubuntu Linux [Copy URL]

Rank: 9Rank: 9Rank: 9

Post time 2011-12-17 00:17:20 |Show all posts
Test OS:ubunt 10.04 desktop 32bits、11.10 server 64bits
Conclusion:The processure of installation is  successful until now and work ok.

Jdownloader work on desktop environment and invoke java.
If reader use the server version os of ubuntu, please install the x2go server.

Because of the Java Development Kit (JDK) in ubuntu system  is default compatible the OpenJDK
and I think reader more like the sunjdk, we need to install the sunjdk befor we install the JDownloader.
A---------------------------------------------------Install java----------------------------------------------------
There are many methods to install the sunjdk
One of these is use PPA download, but the version of sunjdk may too old.
You can  search by google find may homepages of PPA download.
Then, go to LffL Java and you can  get newer version of sunjdk.
  1. sudo add-apt-repository ppa:ferramroberto/java
  2. sudo apt-get update
  3. sudo apt-get update
  4. sudo apt-get install sun-java6-jdk sun-java6-plugin
Copy the Code
The java version still old version, because the station head of Lffl jave have already stop to update for six months ago.
  1. Package: sun-java6-jdk
  2. Source: sun-java6
  3. Priority: optional
  4. Section: java
  5. Installed-Size: 61548
  6. Maintainer: Ferramosca Roberto <[email]ferramroberto@gmail.com[/email]>
  7. Architecture: amd64
  8. Version: 6.26-1~lffl~oneiric~ppa
  9. Suggests: sun-java6-demo, default-jdk-doc, sun-java6-source
  10. Provides: java-compiler, java-sdk, java2-compiler, java2-sdk, java5-sdk, java6-sdk
  11. Depends: sun-java6-bin (>= 6.26-1~lffl~oneiric~ppa), libc6, libx11-6
  12. Pre-Depends: debconf (>= 0.5) | debconf-2.0
  13. Filename: pool/main/s/sun-java6/sun-java6-jdk_6.26-1~lffl~oneiric~ppa_amd64.deb
  14. Size: 20396630
  15. MD5sum: 12e3f19e233f2d98bfefce20a4913a75
  16. SHA1: b3215a2ab2d589dcb26c444001a3a87ef79b0755
  17. Description: Sun Java(TM) Development Kit (JDK) 6
  18. The JDK(TM) is a development environment for building applications,
  19. applets, and components using the Java programming language.
  20. .
  21. The JDK includes tools useful for developing and testing programs
  22. written in the Java programming language and running on the Java
  23. Platform.
  24. .
  25. NOTE: You must accept Sun's EULA prior to successfully installing
  26. this package
Copy the Code
Other one method is to get the sunjdk from the other site.
Compare the sunjdk with the above PPA sunjdk version, this version is newer, so I  use this method to install sunjdk.
See Packages.bz2 line 409 to 440
  1. Package: sun-java6-jre
  2. Source: sun-java6
  3. Priority: optional
  4. Section: java
  5. Installed-Size: 14316
  6. Maintainer: Debian Java Maintainers <[email]pkg-java-maintainers@lists.alioth.debian.org[/email]>
  7. Architecture: all
  8. Version: 6.26-2lucid1
  9. Recommends: gsfonts-x11
  10. Replaces: ia32-sun-java6-bin, sun-java6-bin
  11. Suggests: sun-java6-plugin | ia32-sun-java6-plugin, sun-java6-fonts, ttf-baekmuk | ttf-unfonts | ttf-unfonts-core, ttf-kochi-gothic | ttf-sazanami-gothic, ttf-kochi-mincho | ttf-sazanami-mincho, ttf-arphic-uming
  12. Provides: java-runtime, java-runtime-headless, java-virtual-machine, java2-runtime, java2-runtime-headless, java5-runtime, java5-runtime-headless, java6-runtime, java6-runtime-headless
  13. Depends: java-common (>= 0.24), locales, sun-java6-bin (>= 6.26-2lucid1) | ia32-sun-java6-bin (>= 6.26-2lucid1)
  14. Conflicts: j2se-common
  15. Pre-Depends: debconf (>= 0.5) | debconf-2.0
  16. Filename: pool/partner/s/sun-java6/sun-java6-jre_6.26-2lucid1_all.deb
  17. Size: 6370988
  18. MD5sum: 376ace494f406cc067399f804b39a5dd
  19. SHA1: c679ec27d116e860f9a460df7adcbba3bb28545e
  20. Description: Sun Java(TM) Runtime Environment (JRE) 6 (architecture independent files)
  21. The Sun Java Platform Standard Edition Runtime Environment (JRE) 6
  22. contains the Java virtual machine, runtime class libraries, and
  23. Java application launcher that are necessary to run programs written
  24. in the Java progamming language. It is not a development environment and
  25. doesn't contain development tools such as compilers or debuggers.
  26. For development tools, see the Java Development Kit JDK(TM) 6
  27. (package sun-java6-jdk).
  28. .
  29. NOTE: You must accept Sun's EULA prior to successfully installing
  30. this package
  31. .
  32. This package contains architecture independent files.
Copy the Code
Start to install sunjdk.(for example ubuntu 10.04 desktop)
  1. sudo add-apt-repository 'deb http://archive.canonical.com/ lucid partner'
  2. sudo apt-get update
  3. sudo apt-get update
  4. sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
Copy the Code


B---------------------------------------------------Install JDownloader----------------------------------------------------
Use theofficial PPAdownload the JDownloader
  1. sudo vi /etc/apt/sources.list
  2. (add)(for example:ubuntu 11.10 server 64bits)
  3. deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu oneiric main
  4. deb-src http://ppa.launchpad.net/jd-team/jdownloader/ubuntu oneiric main  sudo add-apt-repository ppa:jd-team/jdownloader
  5. sudo apt-get update
  6. sudo apt-get update
  7. sudo apt-get install jdownloader
Copy the Code
Then, you can enter desktop and use the JDownloader.


###THE END###

--------------------------------------------------------REFERENCE---------------------------------------------------------
http://blog.sudobits.com/2011/09/14/how-to-install-jdk-on-ubuntu-11-10/
http://www.ubuntugeek.com/how-install-sun-java-runtime-environment-jre-in-ubuntu-10-04-lucid-lynx.html




You have to log in before you can reply Login | register now

Archiver|Cell Phone|BDMV.INFO

GMT+8, 2024-4-19 10:35 , Processed in 0.014053 second(s), 7 queries , Xcache On.

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

Top