command line - Installing xtreme download manager via terminal - Ask Ubuntu


i in terminal:

the directory '/home/elswerky/.cache/pip/http' or parent directory not owned current user , cache has been disabled. please check permissions , owner of directory. if executing pip sudo, may want sudo's -h flag. directory '/home/elswerky/.cache/pip' or parent directory not owned current user , caching wheels has been disabled. check permissions , owner of directory. if executing pip sudo, may want sudo's -h flag. 

what should do?

well, since wanted install via command line. here is

  1. download first

    wget -c "http://downloads.sourceforge.net/project/xdman/xdman.deb?r=https%3a%2f%2fsourceforge.net%2fprojects%2fxdman%2f&ts=1478419832&use_mirror=heanet" -o xdman.deb 
  2. install dpkg

    sudo dpkg -i xdman.deb 
  3. fix dependency errors (if there any)

    sudo apt-get -f install 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User