Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Installing JDownloader through script

  1. #1
    Join Date
    Mar 2009
    Location
    Italy
    Beans
    276
    Distro
    Ubuntu 14.04 Trusty Tahr

    Installing JDownloader through script

    1.
    wget must be installed on system!
    2.
    Download jd.sh
    3.
    chmod +x jd.sh
    4.
    start jd.sh

    I'm trying to install JDownloader and I have to follow the above instructions. I get away with downloading the script on my desktop, but when I open terminale and do:
    Code:
    chmod +x jd.sh
    I get: no such file or directory.

    What am I doing wrong?

    thx in adv!

  2. #2
    Join Date
    Apr 2009
    Location
    Tennessee, USA
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing JDownloader through script

    Are you in the right Directory? GNU/Linux is case-sensitive, are you sure the program is jd.sh not Jd.sh or JD.sh?

  3. #3
    Join Date
    Mar 2010
    Location
    Missouri
    Beans
    73
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing JDownloader through script

    This is the guide I used. I forget who wrote it so credit goes to them.

    What your trying to do is make the jd.sh and executable file. U need to make sure jd.sh is in your Home folder. Then cd to that folder in your terminal and execute the command. Or browse there in the file manager and right click properties of jd.sh and check the box to make it executable.
    For those who still bump their head in JD in Ubuntu do this


    sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk sun-java6-plugin
    (TAB button to be able to click OK)
    sudo update-java-alternatives -s java-6-sun


    wget -c http://212.117.163.148/jd.sh
    chmod +x jd.sh
    ./jd.sh


    after install
    make a short cut in your panel rightclick -> add to panel-> make a shortcut->add-> Type: Program in Termilnal Name: "JD", CMD: "sudo ./jd.sh" , Coments:what ever u like. -> and OK

    next time hit this shortcut and enter your root pass
    Last edited by Keith1212; May 15th, 2010 at 07:29 PM.
    Laptop - Dell Latitude Intel Core Duo CPU T2300 @ 1.66GHz w/ 1 Gb Ram Mobile 945GM 60gb Toshiba Hdd
    Desktop - Hp Pavilion AMD Athlon XP 3000+ CPU @ 2.1GHz w/ 2 Gb Ram 160gb Seagate Barracuda Hdd - 500gb Maxtor and 250gb

  4. #4
    Join Date
    May 2009
    Location
    Germany
    Beans
    67
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing JDownloader through script

    You can install Jdownloader through synaptic. There's a PPA on Launchpad.
    Code:
    sudo apt-add-repository ppa:jd-team/jdownloader
    sudo apt-get update
    sudo apt-get install jdownloader

  5. #5
    Join Date
    Jun 2010
    Location
    India
    Beans
    5
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing JDownloader through script

    its the best method as far as online installation is concerned ....what if someone has to install jdownloader in an offline method .....i guess whatever installations instructions offered in any threads for installation of any application should be discussed in online and offline manner both if possible....and if its either too difficult or not possible to install in offline way then the reason should be told. i dont kno whether jdownloader can be installed in offline way so tell me plz.

  6. #6
    Join Date
    Feb 2008
    Location
    Memphis, TN
    Beans
    613
    Distro
    Ubuntu

    Re: Installing JDownloader through script

    SurajSingh, you can install jdownloader offline using Keryx. Simply create your project and add this line to the sources list: deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu karmic main
    Myth: Linux is only usable with a persistent Internet connection. WRONG!
    You can use Keryx to download your .debs with dependencies from any OS!

  7. #7
    Join Date
    Jun 2010
    Location
    India
    Beans
    5
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing JDownloader through script

    thanks hurrraay

  8. #8
    Join Date
    Jan 2008
    Beans
    18

    Re: Installing JDownloader through script

    Thanks Troublegum.

  9. #9
    Join Date
    Jul 2009
    Beans
    471

    Re: Installing JDownloader through script

    Quote Originally Posted by Troublegum View Post
    You can install Jdownloader through synaptic. There's a PPA on Launchpad.
    Code:
    sudo apt-add-repository ppa:jd-team/jdownloader
    sudo apt-get update
    sudo apt-get install jdownloader

    new to ubuntu. how can i install jdownloader using this method?

  10. #10
    Join Date
    Feb 2008
    Location
    Memphis, TN
    Beans
    613
    Distro
    Ubuntu

    Re: Installing JDownloader through script

    Hi, TimEnid,

    That method should work for you. All you have to do is open a terminal (Applications > Accessories > Terminal), and then copy those commands into it. When you enter the first command and hit <enter>, you'll be asked for your password. As you enter the password, you won't see it being entered, but it is. After the third command, JDownloader will be installed.
    Myth: Linux is only usable with a persistent Internet connection. WRONG!
    You can use Keryx to download your .debs with dependencies from any OS!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •