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
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
install dpkg
sudo dpkg -i xdman.deb
fix dependency errors (if there any)
sudo apt-get -f install
Comments
Post a Comment