16

Since Ubuntu is very slow to download a file I would like to install Xtreme Download Manager for downloading. Please suggest me a way to install Xtreme Download Manager in Ubuntu 14.04.

Artur Meinild
  • 21,605
  • 21
  • 56
  • 89
Sai Balan
  • 169
  • 1
  • 1
  • 3

3 Answers3

28

To install xtreme download manager in Ubuntu 14.04, please follow these steps

  1. Open a terminal window.

  2. Type in the following commands, then hit Enter after each:

    sudo add-apt-repository ppa:noobslab/apps        
    sudo apt-get update        
    sudo apt-get install xdman
    
muru
  • 193,181
  • 53
  • 473
  • 722
arshad
  • 481
  • 5
  • 12
0

To install the most latest stable version of Xtreme Download Manager on Ubuntu or on other Linux distributions, download the XDM Linux installer tar file, extract it and run the installer script to install it.

wget https://github.com/subhra74/xdm/releases/download/7.2.11/xdm-setup-7.2.11.tar.xz
tar -xvf xdm-setup-7.2.11.tar.xz
sudo sh install.sh
ShirinJZ
  • 65
  • 1
  • 9
0

To download from the site link

The .tar file downloaded need to be extracted and using terminal you can install the software. Directions for installing are :

cd /location of extracted folder/
cat readme.txt

In this file you can see the instructions for installation as per your linux Distros

Boyka
  • 829
  • 2
  • 9
  • 16