ubuntu_desktop:download_managers:install_xdm_xtreme_download_manager
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu_desktop:download_managers:install_xdm_xtreme_download_manager [2019/12/08 12:23] – created peter | ubuntu_desktop:download_managers:install_xdm_xtreme_download_manager [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 18: | Line 18: | ||
* Support for proxy servers | * Support for proxy servers | ||
+ | {{: | ||
---- | ---- | ||
===== Install XDM ===== | ===== Install XDM ===== | ||
+ | |||
+ | There are a few ways to install XDM. | ||
+ | |||
+ | ==== Install from the XDM site ==== | ||
+ | |||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | The download .tar file has the instructions to install XDM. | ||
+ | |||
+ | Download the appropriate version: | ||
+ | |||
+ | * [[https:// | ||
+ | |||
+ | * [[https:// | ||
+ | |||
+ | Right click on the xdm-2018-x64.tar.xz file and select Extract Here to unzip it. The default downloaded location is **Downloads** folder. | ||
+ | |||
+ | <code bash> | ||
+ | cd Downloads/ | ||
+ | </ | ||
+ | |||
+ | Install the XDM. | ||
+ | |||
+ | <code bash> | ||
+ | sudo ./ | ||
+ | </ | ||
+ | |||
+ | After the successful installation, | ||
+ | |||
+ | <code bash> | ||
+ | xdman | ||
+ | </ | ||
+ | |||
+ | It will open the Xtreme Download Manager. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | After the installation of Xtreme Download Manager, click the show applications in Ubuntu Gnome dock and type Xtreme Download Manager in the search box and click Xtreme Download Manager to open it. | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Install using a PPA ==== | ||
<code bash> | <code bash> | ||
Line 32: | Line 80: | ||
XDM requires Java to be installed on your Linux system but thanks to the PPA, you don’t need to bother with installing dependencies separately. | XDM requires Java to be installed on your Linux system but thanks to the PPA, you don’t need to bother with installing dependencies separately. | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Install manually ==== | ||
+ | |||
+ | Check whether java is installed on your system: | ||
+ | |||
+ | <code bash> | ||
+ | javac | ||
+ | </ | ||
+ | |||
+ | If you already have java installed on your system, it will show you java files installed on your system. | ||
+ | |||
+ | If you don't have java installed on your system, then the above command will show you the name of java packages that you can install on your system. | ||
+ | |||
+ | Install Java jdk and jre environment: | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install default-jre | ||
+ | </ | ||
+ | |||
+ | Download the XDM package | ||
+ | |||
+ | < | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | Extract the download. | ||
+ | |||
+ | <code bash> | ||
+ | cd xdman | ||
+ | </ | ||
+ | |||
+ | Run XDM: | ||
+ | |||
+ | <code bash> | ||
+ | sh xdman.sh | ||
+ | </ | ||
+ | |||
+ | or | ||
+ | |||
+ | <code bash> | ||
+ | ./xdman.sh | ||
+ | </ | ||
---- | ---- | ||
Line 46: | Line 138: | ||
===== References ===== | ===== References ===== | ||
+ | http:// | ||
https:// | https:// |
ubuntu_desktop/download_managers/install_xdm_xtreme_download_manager.1575807784.txt.gz · Last modified: 2020/07/15 09:30 (external edit)