Madhav Nikam Asked: 2015-06-21 23:28:54 +0800 CST2015-06-21 23:28:54 +0800 CST 2015-06-21 23:28:54 +0800 CST How to install dli-downloader into Linux? 772 I want to install dli-downloader into Ubuntu. Provide step by step guide. With JDK configuration. command-line 1 Answers Voted Best Answer Mark Kirby 2015-06-21T23:53:00+08:002015-06-21T23:53:00+08:00 First install JAVA sudo apt-get install openjdk-7-jre Then download dli-downloader with dependancies package, to your /home wget https://dli-downloader.googlecode.com/files/dli-downloader-5.4-jar-with-dependencies.jar Then you can run java -jar ~/dli-downloader-5.4-jar-with-dependencies.jar Dli-Downloader will now run You can make a "clickable" executable by opening gedit and pasting this into a new file [Desktop Entry] Type=Application Exec=java -jar ~/dli-downloader-5.4-jar-with-dependencies.jar Hidden=false NoDisplay=false X-GNOME-Autostart-enabled=false Name=Dli-Downloader Comment=Runs Dli downloder Save it in /home as dli.desktop Then make it executable chmod -x ~/dli.desktop Now if you click dli.desktop dli-downloader will start.
First install JAVA
Then download
dli-downloader with dependancies
package, to your /homeThen you can run
Dli-Downloader will now run
You can make a "clickable" executable by opening
gedit
and pasting this into a new fileSave it in /home as
Then make it executable
Now if you click
dli.desktop
dli-downloader will start.