How To Install JDownloader In Fedora

Here is how to install the super useful JDownloader in Fedora 16 :

1. Open Terminal and using wget, download the JDownloader installer shell script :

[cc lang=”bash”]

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

[/cc]

Download JDownloader installation script using wget

2. Once downloaded, make it executable before running it :

[cc lang=”bash”]

chmod a+x jd_unix_0_9.sh

[/cc]

Make the installation script executable

3. Finally, run it and follow the wizard that is launched for JDownloader installation to complete :

[cc lang=”bash”]

./jd_unix_0_9.sh

[/cc]

Running the JDownloader installation script

JDownloader installation wizard

JDownloader installation

JDownloader in Fedora

All done. Enjoy using JDownloader on Fedora.

[To install the same on Ubuntu / Linux Mint, check out this earlier post].

Happy downloading!

 

2 Comments