10

I want to install using a script

but the problem I don't know how to using this method to get a install.

Try out our new Install/Start-Script for Linux/Mac! wget must be installed on system! Download jd.sh chmod +x jd.sh start jd.sh Note: Open jd.sh to read Manual or change Settings!

please teach me and give me a detail to get the jdownloader install.

Tim
  • 32,274
  • 27
  • 118
  • 177
user66498
  • 457
  • 2
  • 6
  • 12

3 Answers3

20

To install jdownloader try this. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the commands below.

sudo apt-add-repository ppa:jd-team/jdownloader

sudo apt-get update

 sudo apt-get install jdownloader-installer
Mitch
  • 106,657
  • 24
  • 210
  • 268
  • just an observation: the 1st command (under Ubuntu 16.04) churns out information by the jd-team that the 3rd line shall be `sudo apt-get install jdownloader-installer` ( the accepted answer does not have the last `-installer`) – Frank N Oct 28 '16 at 14:56
5

To use the script without installing:

wget http://installer.jdownloader.org/jd_unix_0_9.sh

chmod +x jd_unix_0.9.sh

./jd_unix_0.9.sh
1

For devices including Linux operating System you can install the downloading tool JDOWNLOADER by following these steps:

  1. Open the Ubuntu Software Center
  2. Go to Main Menu\Edit\Software Sources
  3. Go to the second tab Titled Other Sources
  4. Add New Software source:

  5. go to the search bar and you'll find yours.

Flyk
  • 1,480
  • 3
  • 18
  • 24